소스 검색

Remove unusued argument from function call

Peter Squicciarini 6 년 전
부모
커밋
ff70dffab8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      update_version.sh

+ 2 - 2
update_version.sh

@@ -116,7 +116,7 @@ elif [[ "$CI_WINDOWS" == "True" ]]; then
   else
     VERSION_PATH="win32/user"
   fi
-  JSON="$(generateJson ${ASSET_NAME} ${ASSET_PATH})"
+  JSON="$(generateJson ${ASSET_NAME})"
   updateLatestVersion "$VERSION_PATH" "$JSON"
 
   # windows archive
@@ -127,7 +127,7 @@ elif [[ "$CI_WINDOWS" == "True" ]]; then
   else
     VERSION_PATH="win32/archive"
   fi
-  JSON="$(generateJson ${ASSET_NAME} ${ASSET_PATH})"
+  JSON="$(generateJson ${ASSET_NAME})"
   updateLatestVersion "$VERSION_PATH" "$JSON"
 else # linux
   # update service links to tar.gz file