1
0
Fork 0

feat: do not fail if at least one download succeeds

master
dump_stack() 2023-05-15 14:11:08 +00:00
parent 40b1b223d4
commit 24c0a05ab0
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ func (cmd DebianGetDebCmd) Run() (err error) {
resp, err := grab.Get(tmp, pkg.Deb.URL)
if err != nil {
err = nil
log.Warn().Err(err).Msg("download")
continue
}