summaryrefslogtreecommitdiff
path: root/upload
diff options
context:
space:
mode:
Diffstat (limited to 'upload')
-rwxr-xr-xupload2
1 files changed, 1 insertions, 1 deletions
diff --git a/upload b/upload
index 26d9510..d268738 100755
--- a/upload
+++ b/upload
@@ -2,7 +2,7 @@
set -e
-if [ "$1" = "" ];then echo "No args"; exit; fi
+if [ "$1" = "" ]; then echo "No args"; exit; fi
TO_UPLOAD_FILE="$1"