about summary refs log tree commit diff stats
path: root/internal/fetcher/download.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/fetcher/download.go')
-rw-r--r--internal/fetcher/download.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/fetcher/download.go b/internal/fetcher/download.go
index 6bce5a8..7657825 100644
--- a/internal/fetcher/download.go
+++ b/internal/fetcher/download.go
@@ -62,7 +62,7 @@ func (i *DownloadFetcher) FetchIfNeeded(
 		}
 		// don't bother to issue requests for the later files
 		if !updated {
-			return
+			break
 		}
 	}