Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahabal authored Dec 26, 2019
1 parent 3018959 commit 87bf868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git diff-index --quiet HEAD || git commit -am "Add jav_config.ws for osrs-${OSRS_REV}.jar" && git push origin HEAD:${BRANCH}
cd ../world_list
WORLD_LIST_URL=$(echo "${JAV_CONFIG}" | grep param_17); echo ${line#"param_17="};
line=$(echo "${JAV_CONFIG}" | grep param_17); WORLD_LIST_URL=${line#"param_17="};
curl -sL $WORLD_LIST_URL -o slr.ws
git add .
Expand Down

0 comments on commit 87bf868

Please sign in to comment.