summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/main.go b/main.go
index 661c115..a37f07f 100644
--- a/main.go
+++ b/main.go
@@ -43,7 +43,12 @@ func main() {
rv = repolist.AutotypistView(b)
os.Setenv("REPO_AUTO_CLONE", "true")
- rv.NewRepo(myargs.Repo)
+ newr, err := rv.NewRepo(myargs.Repo)
+ if err != nil {
+ log.Info("could not download:", err)
+ os.Exit(-1)
+ }
+ newr.Status.MakeRedomod()
// rv.NewRepo("go.wit.com/apps/helloworld")