Skip to content

Commit 767ecb4

Browse files
committed
update verification script to work across non-standard bash location
Signed-off-by: Jordan Keister <[email protected]>
1 parent 822684e commit 767ecb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify_commits.sh

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 -o errexit
44
set -o pipefail

0 commit comments

Comments
 (0)