diff options
Diffstat (limited to 'provision')
| -rwxr-xr-x | provision | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |