Update aws cli migrate warning text

This commit is contained in:
Arnie 2018-01-23 07:20:45 +01:00
parent 182343e995
commit b8ffe6ab02

View File

@ -182,7 +182,7 @@ migrate() {
[[ ${source_dir} = "" ]] && __err "You must provide a source directory (s3) as the first parameter" && return 137
[[ ${target_dir} = "" ]] && __err "You must provide a target directory (s3) as the second parameter" && return 137
__warn "Migrating s3://${source} to s3://${target}"
__warn "Migrating s3://${source_dir} to s3://${target_dir}"
echo "Cache expires on ${EXPIRES}"