Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
st-Wook committed Aug 1, 2023
1 parent e32c6fd commit cb2e9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
exit 0
fi
curl -L $(echo $BODY | grep -ioEh 'https?://\S+.zip' -m1) -o /tmp/ext.zip
curl -L $FILEURL -o /tmp/ext.zip
unzip -o /tmp/ext.zip -d ./extensions/community
- name: Rebuild the database
Expand Down

0 comments on commit cb2e9f7

Please sign in to comment.