refactor(git-hooks): use long set names

Use the long name versions for `set` to be consistent with `run` files.
This commit is contained in:
Oliver Davies 2023-11-23 07:04:58 +00:00
parent 8eb8a9d6e3
commit ebc4d899b2
3 changed files with 8 additions and 2 deletions

View file

@ -2,6 +2,6 @@
# {{ managedText }}
set -euo pipefail
set -o errexit
./run test:commit