fix bash typo

This commit is contained in:
sawka 2024-08-16 13:22:54 -07:00
parent d73bcb82ea
commit 040a6db0e7

View File

@ -6,7 +6,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