chore(script/prepare-commit-msg): fix shebang
This commit is contained in:
parent
a3935aedcd
commit
51fe185989
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
|
||||
# exit on existing commit message
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue