diff options
author | Roger Maitland <Roger.Maitland@amdocs.com> | 2018-03-29 13:05:16 -0400 |
---|---|---|
committer | Roger Maitland <Roger.Maitland@amdocs.com> | 2018-03-29 13:05:16 -0400 |
commit | fe3f54169ad1a17d27c81a73c18336e9cf94a509 (patch) | |
tree | d3c59fce9fdc92daf4e555807b5a2780344e857d | |
parent | efce48f73d3162f7705980c549968c799aee936f (diff) |
Fixed typo in quickstart guide
Change-Id: I17508c3a28a2e4d006d5a8d05ce3ac777963224f
Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com>
Issue-ID: OOM-822
-rw-r--r-- | docs/oom_quickstart_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 879bbb923d..eb5d373721 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -166,7 +166,7 @@ follows:: **Step 7.** Once the repo is setup, installation of ONAP can be done with a single command:: - > helm install local/onap -name dev --namespace onap + > helm install local/onap -n dev --namespace onap .. note:: The requirement for the use of the `onap` namespace will be lifted once the OOM team completes their Beijing deveivers. |