diff options
author | guido <guido@bruo.org> | 2014-04-23 12:31:14 -0300 |
---|---|---|
committer | guido <guido@bruo.org> | 2014-04-23 12:46:19 -0300 |
commit | 7d954d1720c85af8e531471c21beb486ec9a8dd7 (patch) | |
tree | 13ec895a6c230b80b8c3aae6cd4336e90f1bbb8e | |
parent | fc340491965c6fcc2d5c6654a5e19ddc1b2fd639 (diff) |
Fix typo?
The node created was named web1.
-rw-r--r-- | docs/platform/development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/development.md b/docs/platform/development.md index ecbe022..e433b6b 100644 --- a/docs/platform/development.md +++ b/docs/platform/development.md @@ -89,7 +89,7 @@ In order to test the node "web1" we need to start it. Starting a node for the fi NOTE: Many people have difficulties getting Vagrant working. If the following commands do not work, please see the Vagrant section below to troubleshoot your Vagrant install before proceeding. - $ leap local start web + $ leap local start web1 = created test/ = created test/Vagrantfile = installing vagrant plugin 'sahara' |