Skip to content

Commit

Permalink
Fix shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpemble authored Feb 28, 2022
1 parent c882590 commit d26db3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/environment
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eu -o pipefail

# Reads either a value or a list from plugin config
Expand Down

0 comments on commit d26db3b

Please sign in to comment.