You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make '-h' exit immediately after printing help info.
Without this, the script continues to execute, and we see this
error:
```
./deploy.sh: line 124: [: =: unary operator expected
Deploy directory '' does not exist. Aborting.
```
0 commit comments