Moving the downloading dependnecies for the ordering of display messages
diff --git a/repo/installer.go b/repo/installer.go index 3401108..e7b37da 100644 --- a/repo/installer.go +++ b/repo/installer.go
@@ -238,6 +238,8 @@ var lock sync.Mutex var returnErr error + msg.Info("Downloading dependencies. Please wait...") + for ii := 0; ii < concurrentWorkers; ii++ { go func(ch <-chan *cfg.Dependency) { for { @@ -268,7 +270,6 @@ in <- dep } - msg.Info("Downloading dependencies. Please wait...") wg.Wait() // Close goroutines setting the version