File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ get5latestfile=$(echo -e "${get5lastbuild}" | jq -r '.fileName')
3535get5latestfilepath=$( echo -e " ${get5lastbuild} " | jq -r ' .relativePath' )
3636get5url=" https://ci.splewis.net/job/get5/lastSuccessfulBuild/artifact/${get5latestfilepath} "
3737csgopuglatest=$( curl -sL https://api.github.com/repos/splewis/csgo-pug-setup/releases/latest | jq ' .assets[]' )
38- csgopuglatestfile=$( echo -e " ${} " | jq -r ' .name' )
39- csgopuglatestlink=$( echo -e " ${} " | jq -r ' .browser_download_url' )
38+ csgopuglatestfile=$( echo -e " ${csgopuglatest } " | jq -r ' .name' )
39+ csgopuglatestlink=$( echo -e " ${csgopuglatest } " | jq -r ' .browser_download_url' )
4040# Oxide
4141oxiderustlatestlink=$( curl -sL https://api.github.com/repos/OxideMod/Oxide.Rust/releases/latest | jq -r ' .assets[]|select(.browser_download_url | contains("linux")) | .browser_download_url' )
4242oxidehurtworldlatestlink=$( curl -sL https://api.github.com/repos/OxideMod/Oxide.Hurtworld/releases/latest | jq -r ' .assets[].browser_download_url' )
You can’t perform that action at this time.
0 commit comments