diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2015-05-28 09:51:22 -0400 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2015-05-28 09:51:58 -0400 |
commit | a75584bda1905deb129c3bba6455774e91d52330 (patch) | |
tree | 6d348d6d1f5b90c9aaffbfc36fa9c95a3cebb1e9 | |
parent | 2e3218d07c64f9bb4a5eefdca140ac46e579f0ff (diff) |
Found the line that was killing rst2pdf
Change-Id: Ibd48cd07a2c4b16bed855cbcc3709a7d983e18ef
JIRA:0000
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r-- | fuel/docs/src/build-instructions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel/docs/src/build-instructions.rst b/fuel/docs/src/build-instructions.rst index e923cab..e7fb8b6 100644 --- a/fuel/docs/src/build-instructions.rst +++ b/fuel/docs/src/build-instructions.rst @@ -108,7 +108,7 @@ Then restart docker: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Now it is time to clone the code repository: -<git clone ssh://[Linux foundation user]@gerrit.opnfv.org:29418/genesis> +<git clone ssh://'Linux foundation user'@gerrit.opnfv.org:29418/genesis> Now you should have the OPNFV genesis repository with Fuel@OPNFV stored locally on your build host. |