Skip to content

Commit

Permalink
Fix extract path
Browse files Browse the repository at this point in the history
  • Loading branch information
saul committed Aug 2, 2024
1 parent 5cbc9f8 commit 45453ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pushd "$(dirname "$0")"
curl 'https://pub-df0163da89b24187b28fd37c8dc7c8a1.r2.dev/demofile-net-demos-6.zip' --output test-demos.zip

unzip -o test-demos.zip
mv demofile-demos-6/* .
mv demofile-demos-5/* .

# Clean up to reduce the size of the 'demos' directory
rm test-demos.zip
Expand Down

0 comments on commit 45453ba

Please sign in to comment.