Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Olfi01 authored Jun 8, 2024
1 parent 2bed687 commit 657bce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 657bce5

Please sign in to comment.