We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
curl
1 parent 6951717 commit ca6b8afCopy full SHA for ca6b8af
script/import-database-dump.sh
@@ -15,7 +15,7 @@ if [ -f "$TARBALL_PATH" ]; then
15
echo "Skipping https://static.crates.io/db-dump.tar.gz download since it exists already "
16
else
17
echo "Downloading https://static.crates.io/db-dump.tar.gz to the 'tmp' folder"
18
- curl https://static.crates.io/db-dump.tar.gz --output $TARBALL_PATH
+ curl https://static.crates.io/db-dump.tar.gz -L --output $TARBALL_PATH
19
fi
20
21
if [ -d "$DUMP_PATH" ]; then
0 commit comments