diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-06-15 15:00:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-15 15:00:07 +0000 |
commit | 8e8f8cd139689ebf89e8c2fdf11419418913a840 (patch) | |
tree | c285f94afa75951baafa16f388a35ccd9eae2b9e /docs/oom_user_guide.rst | |
parent | c6e91b9d0105957c598e44f01d3e9f9c1d70ab74 (diff) | |
parent | dd76978833cce30ecca7263d4bd3430bdcc2adfe (diff) |
Merge "[DOC] Update release note"
Diffstat (limited to 'docs/oom_user_guide.rst')
-rw-r--r-- | docs/oom_user_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index 7cc46a71c4..847795dc17 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -137,7 +137,7 @@ To get a list of all of the available Helm chart repositories:: Then build your local Helm repository:: - > make all + > make SKIP_LINT=TRUE all The Helm search command reads through all of the repositories configured on the system, and looks for matches:: |