diff --git a/demos/download.sh b/demos/download.sh index 1c4c79b..68e16c3 100755 --- a/demos/download.sh +++ b/demos/download.sh @@ -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