Fix typo in WORKSPACE env var
[releng.git] / jjb / fuel / fuel-upload-artifact.sh
index fc35023..fa695e6 100755 (executable)
@@ -4,9 +4,9 @@ set -o nounset
 set -o pipefail
 
 # check if we built something
-if [ -f $WORKSPSACE/.noupload ]; then
+if [ -f $WORKSPACE/.noupload ]; then
     echo "Nothing new to upload. Exiting."
-    /bin/rm -f $WORKSPSACE/.noupload
+    /bin/rm -f $WORKSPACE/.noupload
     exit 0
 fi