Skip to content

Commit 4016f11

Browse files
author
Travis CI
committed
Releasing v1.12
1 parent 664b449 commit 4016f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ upload_file(){
4545

4646
upload_files(){
4747
for SOURCE_FILE in "$@"; do
48-
if [ -f $SOURCE_FILE ]; then
48+
if [ -f "$SOURCE_FILE" ]; then
4949
TARGET_FILE="$(basename $SOURCE_FILE)"
5050
echo "> uploading $TARGET_FILE"
5151
md5sum $SOURCE_FILE && ls -lha $SOURCE_FILE

0 commit comments

Comments
 (0)