浏览代码

typo

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 年之前
父节点
当前提交
e5a02d5637
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/uploadReport.sh

+ 1 - 1
scripts/uploadReport.sh

@@ -22,7 +22,7 @@ if [ $TYPE = "IT" ]; then
 elif [ $TYPE = "Unit" ]; then
     cd build/reports/tests/testGplayDebugUnitTest
 else
-    cd build/reports/short/verification/
+    cd build/reports/shot/verification/
 fi
 
 find . -type d -exec curl -u $USER:$PASS -X MKCOL $URL/$FOLDER/$(echo {} | sed s#\./##) \;