diff options
Diffstat (limited to 'clone.go')
| -rw-r--r-- | clone.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,13 +10,13 @@ import ( "path/filepath" "strings" + "go.wit.com/lib/config" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" ) func getClonePathFromMode() string { - panic("goclonePathFromMode() nope") - return "" + return config.Get("gopath") } // will not violate filesystem namespace |
