mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
fix another bash typo
This commit is contained in:
parent
bc500490e9
commit
ab8a2350a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user