Skip to content

Commit

Permalink
Fix bucket name var.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacoutot committed Dec 12, 2015
1 parent 82d4680 commit 9f9a318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-ami.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ if [[ ${S3UPLOAD} == "YES" ]]; then
-W "${AWS_SECRET_ACCESS_KEY}" \
-o "${AWS_ACCESS_KEY_ID}" \
-w "${AWS_SECRET_ACCESS_KEY}" \
-b ${_IMG}
-b ${_IMG##*/}
fi

0 comments on commit 9f9a318

Please sign in to comment.