diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 04:49:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 04:49:06 -0500 |
| commit | c9fae2681ba33612fca2418523964cfc7b92cac1 (patch) | |
| tree | 471ed9830399c5f36210f3ceff6c0b90c41d42bd /clone.go | |
| parent | 69b5038c58e6a8487f22aeaf28eddec5c785c283 (diff) | |
starting to limp back to working
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 |
