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
ACTION=$1
BASE=$2
if [ -z "$ACTION" ] || [ -z "$BASE" ]; then
echo "Usage: $0 ACTION BASE"
if [ -z "$ACTION" ]; then
echo "Usage: $0 ACTION"
exit 1
fi