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 2015/11/14 02:12:47 UTC

incubator-mynewt-newt git commit: Correct import path for newt: use asf, not github

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/master 0a58b9385 -> 9ef6c091f


Correct import path for newt: use asf, not github


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/9ef6c091
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/9ef6c091
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/9ef6c091

Branch: refs/heads/master
Commit: 9ef6c091f34da7014d61c0968cbb9153345a0177
Parents: 0a58b93
Author: Christopher Collins <cc...@gmail.com>
Authored: Fri Nov 13 17:12:10 2015 -0800
Committer: Christopher Collins <cc...@gmail.com>
Committed: Fri Nov 13 17:12:10 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/9ef6c091/newt.go
----------------------------------------------------------------------
diff --git a/newt.go b/newt.go
index 9360c96..0da2aa1 100644
--- a/newt.go
+++ b/newt.go
@@ -17,7 +17,7 @@ package main
 
 import (
 	"fmt"
-	"github.com/mynewt/newt/cli"
+	"git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git/cli"
 	"github.com/spf13/cobra"
 	"log"
 	"os"