Skip to content

Commit 4820c8c

Browse files
authored
Fix a space position in shabang
1 parent 2c1fc8a commit 4820c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twine-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# !/usr/bin/env bash
1+
#! /usr/bin/env bash
22
set -Eeuo pipefail
33

44
TWINE_USERNAME=$INPUT_USER \

0 commit comments

Comments
 (0)