diff --git a/AUTHORS b/AUTHORS index e2b318c8..4e4106ac 100644 --- a/AUTHORS +++ b/AUTHORS @@ -70,4 +70,5 @@ List of contributors, in chronological order: * Gordian Schoenherr (https://github.com/schoenherrg) * Silke Hofstra (https://github.com/silkeh) * Itay Porezky (https://github.com/itayporezky) +* JupiterRider (https://github.com/JupiterRider) * Agustin Henze (https://github.com/agustinhenze) diff --git a/deb/remote.go b/deb/remote.go index efba2686..c6fe595c 100644 --- a/deb/remote.go +++ b/deb/remote.go @@ -574,7 +574,7 @@ func (repo *RemoteRepo) DownloadPackageIndexes(progress aptly.Progress, d aptly. if progress != nil { progress.ColoredPrintf("@y[!]@| @!skipping package %s: duplicate in packages index@|", p) } - } else if err != nil { + } else { return err } }