Skip to content

Commit

Permalink
Merge pull request #76 from tristanpemble/master
Browse files Browse the repository at this point in the history
Fix shebang to support NixOS
  • Loading branch information
toote authored Oct 19, 2022
2 parents e9daa76 + d26db3b commit d450518
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 d450518

Please sign in to comment.