Skip to content

Commit

Permalink
Merge pull request #25 from buildkite-plugins/bm/portability_improvement
Browse files Browse the repository at this point in the history
Use a more portable shebang
  • Loading branch information
mcncl authored Oct 4, 2024
2 parents 7880f14 + 095ab30 commit 8c53068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/command
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail

check_cmd() {
Expand Down

0 comments on commit 8c53068

Please sign in to comment.