summaryrefslogtreecommitdiff
path: root/download-repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'download-repo.sh')
-rwxr-xr-xdownload-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/download-repo.sh b/download-repo.sh
index 0c06685..cd4fd88 100755
--- a/download-repo.sh
+++ b/download-repo.sh
@@ -58,7 +58,7 @@ if [ -n "$PKGS" ]; then
fi
done
if [ "$REPO_CHANGED" = "y" ]; then
- wget -nv "$baseurl/$REPO.db.tar.gz" -O "$DEST/$REPO.db.tar.gz"
+ wget -nv "$baseurl/$REPO.db" -O "$DEST/$REPO.db"
fi
else
echo "No packages to download... what'd you break?"