summaryrefslogtreecommitdiff
path: root/repoClone.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:36:36 -0600
committerJeff Carr <[email protected]>2024-12-01 22:36:36 -0600
commitbe026e8edc5a9cac0d8923cc00099c150f97e329 (patch)
tree3129f490b1d42b0c93cdf2991b6e80ecb496d4e2 /repoClone.go
parentdc3fe4bd2e4fff95bd938eada5d71314e124b2c1 (diff)
remove all the old testing things()v0.0.15
Diffstat (limited to 'repoClone.go')
-rw-r--r--repoClone.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoClone.go b/repoClone.go
index 8078d36..75dd393 100644
--- a/repoClone.go
+++ b/repoClone.go
@@ -220,7 +220,7 @@ func cloneActual(newdir, basedir, giturl string) error {
}
// git clone didn't really work but did make a directory
log.Info("fullpath is probably empty", fullpath)
- panic("crapnuts. rmdir fullpath here?")
+ return errors.New("crapnuts. rmdir fullpath here? " + fullpath)
}
// check the server for the current go path to git url mapping