aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-dl b/debian-dl
index 0dc6a7e..2265df0 100755
--- a/debian-dl
+++ b/debian-dl
@@ -56,7 +56,7 @@ elif echo $FILENAME | grep -qe '.zsync$'; then
zsync $URL
# Fix filename
- FILENAME="`basename $FILENAME .zsync`.iso"
+ FILENAME="`basename $FILENAME .zsync`"
else
# Check for wget
if ! which wget &> /dev/null; then