summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 04:21:30 -0500
committerJeff Carr <[email protected]>2025-10-03 04:21:30 -0500
commit3bc358f5d32368f03e7ac2c528c37bf5d7f7847c (patch)
tree70aee53238d75a869bd7d8bbbfbaedbbc8b5a4f5 /main.go
parentc7dd868ffcecba5fa319bb2364e0adebdda64030 (diff)
new argv lib
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1a4fd50..f399273 100644
--- a/main.go
+++ b/main.go
@@ -36,7 +36,8 @@ func main() {
if err != nil {
badExit(err)
}
- if argv.Recursive {
+
+ if !argv.NonRecursive {
log.Info("STARTING RECURSIVE CLONE", workingRepo.GetGoPath())
if err := recursiveClone(workingRepo); err != nil {
badExit(err)