aboutsummaryrefslogtreecommitdiff
path: root/provision
diff options
context:
space:
mode:
Diffstat (limited to 'provision')
-rwxr-xr-xprovision1
1 files changed, 1 insertions, 0 deletions
diff --git a/provision b/provision
index d36cced..1580c24 100755
--- a/provision
+++ b/provision
@@ -19,5 +19,6 @@ else
cat ./provisioning/${command_name}_$1 | xargs ${command_name} install
else
echo "No provisioning recipe for $1 with $command_name"
+ exit 1
fi
fi