From 657bce5cc5f73aa5bfb47081739e7dc951670fe3 Mon Sep 17 00:00:00 2001 From: Florian Meyer Date: Sat, 8 Jun 2024 18:58:04 +0200 Subject: [PATCH] fix another typo --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index e5cbe1d..8f398b7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -57,4 +57,4 @@ jobs: sudo chmod 600 ./private.key echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - name: Update server resource pack hash - run: ssh -i ./private.key mc@flommc sed -i -e "s/\(resource-pack=\).*/\1$SHA1/g" oresia/server.properties + run: ssh -i ./private.key mc@flommc sed -i -e "s/\(resource-pack-sha1=\).*/\1$SHA1/g" oresia/server.properties