diff options
Diffstat (limited to 'repomap.go')
| -rw-r--r-- | repomap.go | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ func readRepomap() {  		giturl := fields[1]  		repoMap[gopath] = giturl -		repo := forge.FindByGoPath(gopath) +		repo := me.forge.FindByGoPath(gopath)  		if repo != nil {  			gitMap[gopath] = repo  		} else {  | 
