This commit is contained in:
Neale Pickett 2021-10-19 18:52:19 -06:00
parent 79f58ff83c
commit c0092751b5
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,8 @@
set -e set -e
ACTION=$1 ACTION=$1
BASE=$2 if [ -z "$ACTION" ]; then
if [ -z "$ACTION" ] || [ -z "$BASE" ]; then echo "Usage: $0 ACTION"
echo "Usage: $0 ACTION BASE"
exit 1 exit 1
fi fi