Skip to content

Commit

Permalink
Merge pull request #10318 from 9999years/validate-use-bash
Browse files Browse the repository at this point in the history
`validate.sh`: Use Bash explicitly
  • Loading branch information
mergify[bot] authored Sep 8, 2024
2 parents 437bf5a + 9fcc539 commit 64f8254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# shellcheck disable=SC2086

# default config
Expand Down

0 comments on commit 64f8254

Please sign in to comment.