We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664b449 commit 4016f11Copy full SHA for 4016f11
github-cli.sh
@@ -45,7 +45,7 @@ upload_file(){
45
46
upload_files(){
47
for SOURCE_FILE in "$@"; do
48
- if [ -f $SOURCE_FILE ]; then
+ if [ -f "$SOURCE_FILE" ]; then
49
TARGET_FILE="$(basename $SOURCE_FILE)"
50
echo "> uploading $TARGET_FILE"
51
md5sum $SOURCE_FILE && ls -lha $SOURCE_FILE
0 commit comments