diff options
| -rw-r--r-- | doTest.go | 1 | ||||
| -rw-r--r-- | structs.go | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -43,6 +43,7 @@ func doTest() (string, error) { if argv.Test.Copy { // find cmdname repo for repo := range me.forge.IterByMode() { + log.Info("found repo", repo.FullPath) if !strings.HasPrefix(repo.Namespace, "go.wit.com") { continue } @@ -37,8 +37,8 @@ func initForge() { me.argv.BadExit("this tool requires forge", err) } me.forge.RescanRepos() - ENV.PrintTable() } + ENV.PrintTable() initMachine() } |
