diff options
Diffstat (limited to 'clone.go')
| -rw-r--r-- | clone.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ func clone(gopath string) (*gitpb.Repo, error) { // pb, _ := forge.NewGoPath(gopath) check := forge.Repos.FindByGoPath(gopath) if check != nil { - if check.IsValid() { + if check.IsValidDir() { // repo already exists and is valid return check, nil } |
