fix another bash typo

This commit is contained in:
Evan Simkowitz 2024-08-16 18:16:19 -07:00
parent bc500490e9
commit ab8a2350a6
No known key found for this signature in database

View File

@ -4,7 +4,7 @@
VERSION=$1
AWS_PROFILE=$2
if [ -z "$VERSION"] || [-z "$AWS_PROFILE" ]; then
if [ -z "$VERSION" ] || [ -z "$AWS_PROFILE" ]; then
echo "Usage: $0 <version> <aws-profile>"
exit
fi