Skip to content

Commit

Permalink
Bugfix: retry correctly on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
moio committed Sep 16, 2019
1 parent 2712a4e commit 2562d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func (r *Syncer) StoreRepo() (err error) {
if checksumError {
log.Printf(err.Error())
log.Printf("Checksum did not match, presumably the repo was published while syncing, retrying...\n")
continue
}

_, signatureError := err.(*SignatureError)
Expand Down

0 comments on commit 2562d80

Please sign in to comment.