You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/10/04 18:21:50 UTC

incubator-mynewt-newt git commit: Oops - unbreak newt.

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/develop b90fb9df8 -> eca725eea


Oops - unbreak newt.

No commands were getting executed!


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/eca725ee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/eca725ee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/eca725ee

Branch: refs/heads/develop
Commit: eca725eeaba4aae42f2cb29e1a7c04c484c34b0e
Parents: b90fb9d
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Oct 4 11:21:28 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Oct 4 11:21:28 2016 -0700

----------------------------------------------------------------------
 newt/newt.go | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/eca725ee/newt/newt.go
----------------------------------------------------------------------
diff --git a/newt/newt.go b/newt/newt.go
index c0327d4..79dc9a4 100644
--- a/newt/newt.go
+++ b/newt/newt.go
@@ -146,4 +146,5 @@ func main() {
 	}
 
 	log.SetLevel(hold_lvl)
+	cmd.Execute()
 }