Skip to content

Commit

Permalink
fix: look for typedoc ending in .zip
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
traeok committed Jan 31, 2025

Verified

This commit was signed with the committer’s verified signature.
weblate Weblate (bot)
1 parent a994b6e commit 135158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateTypedoc.sh
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ rm -rf typedoc
rm -f zowe-nodejs-sdk-typedoc.zip

# Download and extract new files
filename=$(curl https://zowe.jfrog.io/artifactory/libs-release-local/org/zowe/sdk/zowe-nodejs-sdk/$ZOWE_VERSION/ | grep -o 'zowe-nodejs-sdk-typedoc-[^"<]\+' | tail -1)
filename=$(curl https://zowe.jfrog.io/artifactory/libs-release-local/org/zowe/sdk/zowe-nodejs-sdk/$ZOWE_VERSION/ | grep -o 'zowe-nodejs-sdk-typedoc-[^"<]\+\.zip' | tail -1)
curl -L -o zowe-nodejs-sdk-typedoc.zip https://zowe.jfrog.io/artifactory/libs-release-local/org/zowe/sdk/zowe-nodejs-sdk/$ZOWE_VERSION/$filename
unzip zowe-nodejs-sdk-typedoc.zip

0 comments on commit 135158e

Please sign in to comment.