From 378877199d4b3dde5125f733e401412438c6130d Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 20 Jan 2021 17:50:34 -0800 Subject: [PATCH] Fix if/done -> if/fi Signed-off-by: James Ketrenos --- scripts/promote-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/promote-image.sh b/scripts/promote-image.sh index 6416a99..c43aff0 100755 --- a/scripts/promote-image.sh +++ b/scripts/promote-image.sh @@ -90,7 +90,7 @@ if echo ${RESULTS} | grep -q "HTTP.*200"; then else echo "Error deleting tag:" >&2 echo "${RESULTS}" >&2 -done +fi iter=5 while (( iter )); do