Skip to content

Commit c879b84

Browse files
committed
🐛 Use full path to bash in shebang
1 parent 57e7d53 commit c879b84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

twine-upload.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#! /usr/bin/env bash
1+
#! /bin/bash
2+
23
set -Eeuo pipefail
34

45

0 commit comments

Comments
 (0)