From d764d749ba7af2fe136ef2227f25811b73527e4c Mon Sep 17 00:00:00 2001 From: Madhuri Kumari Date: Tue, 28 Jun 2016 19:22:29 +0530 Subject: [PATCH] Fix error in quickstart This patch fixs error in cd command in quickstart. Change-Id: I9efde8a692c4c93c0480b076a2f35e4c3b299898 --- doc/source/dev/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/dev/quickstart.rst b/doc/source/dev/quickstart.rst index c8a44b106..0607bb688 100644 --- a/doc/source/dev/quickstart.rst +++ b/doc/source/dev/quickstart.rst @@ -41,7 +41,7 @@ Zun source code should be pulled directly from git:: # from your home or source directory cd ~ git clone https://git.openstack.org/openstack/higgins - cd zun + cd higgins All unit tests should be run using tox. To run Zun's entire test suite:: @@ -121,7 +121,7 @@ Clone and install zun:: cd ~ git clone https://git.openstack.org/openstack/higgins - cd zun + cd higgins sudo pip install -e . Configure zun::