diff options
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ package forgepb func (all *Repos) UpdateGoPath(name string, gopath string) bool { - oldr := all.DeleteByName(name) + oldr := all.DeleteByPath(name) if oldr == nil { // nothing to update return false |
