mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Exit if no argument is provided instead of defaulting to "auto"
This commit is contained in:
parent
39d6121c89
commit
120030f73b
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ case "${1:-nil}" in
|
||||||
echo
|
echo
|
||||||
echo "auto: only builds if the latest commit is GPG signed by an authorized key"
|
echo "auto: only builds if the latest commit is GPG signed by an authorized key"
|
||||||
echo "force: builds latest commit no matter what"
|
echo "force: builds latest commit no matter what"
|
||||||
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue