diff options
| -rw-r--r-- | clone.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ func clone(gopath string) (*gitpb.Repo, error) { } os.Setenv("REPO_AUTO_CLONE", "true") // pb, _ := forge.NewGoPath(gopath) - check := forge.Repos.FindByFullPath(gopath) + check := forge.FindByGoPath(gopath) if check != nil { if check.IsValidDir() { // repo already exists and is valid |
