mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
Remove unusued argument from function call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user