You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2015/12/04 01:39:03 UTC

incubator-mynewt-newt git commit: change the incubator path

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/master acd9c3337 -> cf1f9dd26


change the incubator path


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

Branch: refs/heads/master
Commit: cf1f9dd26c4e88d6216795627da44c9f2595ed84
Parents: acd9c33
Author: Sterling Hughes <st...@apache.org>
Authored: Thu Dec 3 16:38:50 2015 -0800
Committer: Sterling Hughes <st...@apache.org>
Committed: Thu Dec 3 16:38:59 2015 -0800

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


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