From 51ef550d8da96a43675717631843c9174c57c1b5 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Tue, 19 Jan 2021 14:00:16 -0800 Subject: [PATCH] Fix s/done/fi at end of if statement 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