hooks: Fix shebang on pre-commit hook
The pre-commit hook uses features that are not defined in the POSIX shell. Fix the shebang so that it is correctly identified as a bash script. Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1111>
This commit is contained in:
parent
8578484359
commit
8773fafff9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Depends on: scripts/checks.sh
|
||||
|
||||
# Style helpers
|
||||
|
|
Loading…
Reference in a new issue