This commit is contained in:
Lucas Gravley 2020-01-09 14:10:58 -06:00
parent f2cf6f4ee1
commit fd88aa2149

View file

@ -120,7 +120,7 @@ ValidateInput()
echo "Image Tag is set to:[latest]..." echo "Image Tag is set to:[latest]..."
echo "We will never destroy latest..." echo "We will never destroy latest..."
echo "Bye!" echo "Bye!"
exit 0 exit 1
fi fi
} }
################################################################################ ################################################################################