From 45c07a957cb38069f1e95c920ab5b20e6b7686d6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 9 Sep 2021 19:02:32 +0200 Subject: [PATCH] typo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 94fb5d9..e389d4c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,7 +54,7 @@ jobs: run: | for ext in raphf http pq; do phar=$( - curl -sSL -H Accept:application/json replicator.pharext.org?$ext) \ + curl -sSL -H Accept:application/json replicator.pharext.org?$ext \ | jq -r 'to_entries[-1].value.".bz2".phar' ) curl -sSLO replicator.pharext.org/$phar -- 2.30.2