diff --git a/aws-cli/run.sh b/aws-cli/run.sh index be7fadf..6562f96 100755 --- a/aws-cli/run.sh +++ b/aws-cli/run.sh @@ -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}"