diff options
Diffstat (limited to 'docs/oom_quickstart_guide.rst')
-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 364f14e923..c556dfa062 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -155,7 +155,7 @@ follows:: **Step 6.** Build a local Helm repository (from the kubernetes directory):: - > make all; make onap + > make SKIP_LINT=TRUE all; make SKIP_LINT=TRUE onap **Step 7.** Display the onap charts that available to be deployed:: |