From 21b757571479252fce0ab92618b8dc6b658cb961 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Mon, 14 Oct 2013 14:05:28 -0700 Subject: [PATCH] fix whitespace --- oem/ami/upload_ami_txt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oem/ami/upload_ami_txt.sh b/oem/ami/upload_ami_txt.sh index acb8054c7f..7b9ecd2cde 100755 --- a/oem/ami/upload_ami_txt.sh +++ b/oem/ami/upload_ami_txt.sh @@ -60,7 +60,7 @@ for r in "${!AKI[@]}"; do | cut -f2) || true # Don't die silently, error messages are good if [[ -z "$AMI" ]]; then echo "$0: Cannot find ${r} AMI for CoreOS $VER" >&2 - continue + continue fi AMIS[${r}]=$AMI done