aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/drupal.sh.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb
index 85ba71a..79ae4d2 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -165,4 +165,7 @@ elif [ "$1" == "upgrade" ]; then
elif [ "$1" == "run" ]; then
shift
drupal_iterate $*
+else
+ echo "No action $1"
+ exit 1
fi