[COMMON] Fix deploy.sh/undeploy.sh scripts
[oom.git] / kubernetes / helm / plugins / undeploy / undeploy.sh
index 72c6424..a3b0e3c 100755 (executable)
@@ -29,9 +29,9 @@ undeploy() {
   done
 }
 
-if [ $# < 1 ]; then
+if [ -z "$1" ]; then
   echo "Error: command 'undeploy' requires a release name"
-  exit 0
+  exit 1
 fi
 
 case "${1:-"help"}" in