Skip to content

Commit

Permalink
set newRev correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer committed Jan 15, 2022
1 parent 858970e commit 34cb1a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fetch/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ func fetchPackage(caches []map[string]*types.Package, importPath string, goPacka
}).Error("Fetching failed")
return nil, originalErr
}
}

rev = newRev
} else {
rev = newRev
}
}

var output *prefetchOutput
Expand Down

0 comments on commit 34cb1a7

Please sign in to comment.