Skip to content

Commit 5197f9b

Browse files
fix: use bash for secrets script (#810)
fix: use bash for secrets script
2 parents 202b9e0 + ad1748f commit 5197f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/load_secrets_and_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
CMD="$@"
44

0 commit comments

Comments
 (0)