diff --git a/source/dub/dub.d b/source/dub/dub.d index 5409870..5b36338 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -758,7 +758,7 @@ } // repeat download on corrupted zips, see #1336 - foreach_reverse (i; 0..4) + foreach_reverse (i; 0..3) { import std.zip : ZipException;