From b8ffe6ab02cefc729bb3c526ea897894845dc368 Mon Sep 17 00:00:00 2001 From: Arnie Date: Tue, 23 Jan 2018 07:20:45 +0100 Subject: [PATCH] Update aws cli migrate warning text --- aws-cli/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"