diff --git a/deploy.sh b/deploy.sh index 83da6e8..939b92b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -29,5 +29,7 @@ else "base") $BASE_CMD --tags base_only ;; + *) + echo "Command \"$1\" not found!" esac fi