From 120030f73b219d8011134796a133ecbe81d28d37 Mon Sep 17 00:00:00 2001 From: Saivann Date: Fri, 26 Jun 2015 00:22:08 -0400 Subject: [PATCH] Exit if no argument is provided instead of defaulting to "auto" --- _build/update_site.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_build/update_site.sh b/_build/update_site.sh index 09745740..f5ada4cc 100755 --- a/_build/update_site.sh +++ b/_build/update_site.sh @@ -62,6 +62,7 @@ case "${1:-nil}" in echo echo "auto: only builds if the latest commit is GPG signed by an authorized key" echo "force: builds latest commit no matter what" + exit 1 ;; esac