Fix typo.

pull/1/head
tommie 2023-02-17 15:15:02 +01:00 committed by GitHub
parent bc0eef18dd
commit 9efa33a2d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
run: | run: |
wget -O- \ wget -O- \
-H'Accept: application/json' \ -H'Accept: application/json' \
"https://api.github.com/repos/tonariono/innernet/releases/latest" \ "https://api.github.com/repos/tonarino/innernet/releases/latest" \
| jq -r '(.name + " " + .tarball_url)' \ | jq -r '(.name + " " + .tarball_url)' \
| ( | (
read release tarball_url read release tarball_url