chore(bin): make less error-tolerant

This commit is contained in:
Elian Doran 2025-03-07 23:57:31 +02:00
parent 555dcc956e
commit e252b491ba
No known key found for this signature in database

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e
if [[ $# -eq 0 ]] ; then if [[ $# -eq 0 ]] ; then
echo "Missing argument of new version" echo "Missing argument of new version"
exit 1 exit 1