File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ echo "Generating WSA Download Links"
258258python3 generateWSALinks.py " $ARCH " " $RELEASE_TYPE " " $DOWNLOAD_DIR " " $DOWNLOAD_WSA_CONF_NAME " || abort
259259
260260if [ " $RELEASE_TYPE " == " latest" ]; then
261- printf " %s\n" " $( curl -sL https://api.github.com/repos/MustardChef/WSAPackages /releases/latest | jq -r ' .assets[] | .browser_download_url' ) " >> " $DOWNLOAD_DIR /$DOWNLOAD_WSA_CONF_NAME " || abort
261+ printf " %s\n" " $( curl -sL https://api.github.com/repos/bubbles-wow/WSA-Archive /releases/latest | jq -r ' .assets[] | .browser_download_url' ) " >> " $DOWNLOAD_DIR /$DOWNLOAD_WSA_CONF_NAME " || abort
262262 printf " dir=%s\n" " $DOWNLOAD_DIR " >> " $DOWNLOAD_DIR /$DOWNLOAD_WSA_CONF_NAME " || abort
263263 printf " out=wsa-latest.zip\n" >> " $DOWNLOAD_DIR /$DOWNLOAD_WSA_CONF_NAME " || abort
264264 WSA_VER=$( curl -sL https://api.github.com/repos/bubbles-wow/WSA-Archive/releases/latest | jq -r ' .tag_name' )
You can’t perform that action at this time.
0 commit comments