Skip to content

Commit 7b55e44

Browse files
committed
use /usr/bin/env bash as shebang
enables correct behaviour on both osx and linux
1 parent d4b0fd0 commit 7b55e44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -euo pipefail
44

0 commit comments

Comments
 (0)