X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/8bf2adeececb300944479c7a07ff8c6c0af9f4a5..b63b23c0532553bc92c39a11b2b3a1bd60f232a9:/provision?ds=inline 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