Skip to content

Commit

Permalink
runner-script.sh: Remove erroneous space
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Apr 11, 2024
1 parent f59e09a commit bf20d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runner-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rm -rf actions-runner || true
exit 1
fi # Fetch version

url=https://github.com/actions/runner/releases/download/v${version}/actions -runner-linux-x64-${version}.tar.gz # Fetch URL
url=https://github.com/actions/runner/releases/download/v${version}/actions-runner-linux-x64-${version}.tar.gz # Fetch URL
url=$(echo "$url" | xargs) # Remove leading/trailing whitespace
if ! wget -O actions-runner-linux-x64.tar.gz "${url}"; then
echo "Failed to download the runner package"
Expand Down

0 comments on commit bf20d77

Please sign in to comment.