Fixed typo in installing newtmgr on Windows.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/ceb0b422 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/ceb0b422 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/ceb0b422 Branch: refs/heads/develop Commit: ceb0b4227d2fef4ab11637b6ed2c1093275989e1 Parents: 70ee1c5 Author: cwanda <[email protected]> Authored: Tue May 16 13:43:59 2017 -0700 Committer: cwanda <[email protected]> Committed: Tue May 16 13:43:59 2017 -0700 ---------------------------------------------------------------------- docs/newtmgr/install_windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ceb0b422/docs/newtmgr/install_windows.md ---------------------------------------------------------------------- diff --git a/docs/newtmgr/install_windows.md b/docs/newtmgr/install_windows.md index 6ec23f1..0eecab2 100644 --- a/docs/newtmgr/install_windows.md +++ b/docs/newtmgr/install_windows.md @@ -26,7 +26,7 @@ Check that the newtmgr binary is installed and you are using the one from **$GOP ```no-highlight $ls $GOPATH/bin/newtmgr ~/dev/go/bin/newtmgr -$which newt +$which newtmgr ~/dev/go/bin/newtmgr ``` <br>
