Commit ab407dd
authored
fix: script had bad interpreter path due to changes for linting (#159)
Linting changes introduced in #158 changed the shell on the script from
the universally available `/bin/sh` to `/usr/bin/env/bash` which does
not exist.
This change points the script to `/bin/bash` which should exist in GHA.1 parent 07e27af commit ab407dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments