From 9efa33a2d0bc2bc20cea0ef8345f5c5168e2042f Mon Sep 17 00:00:00 2001 From: tommie Date: Fri, 17 Feb 2023 15:15:02 +0100 Subject: [PATCH] Fix typo. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aa9b528..2974992 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: run: | wget -O- \ -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)' \ | ( read release tarball_url