Skip to content

Commit

Permalink
Merge pull request #88 from mckingho/patch-1
Browse files Browse the repository at this point in the history
Change shebang to bash in golangci-lint script
  • Loading branch information
dnephin committed Apr 7, 2022
2 parents a737e21 + 55d8274 commit 754b746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-golangci-lint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash

set -eu -o pipefail

Expand Down

0 comments on commit 754b746

Please sign in to comment.