summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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)