summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2017-12-15 13:47:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-15 13:47:52 +0000
commitbe5cb5e9e36d0cf950c477b3d2276c7c25520953 (patch)
tree73c1cc4eb601853924b034da5a80e4bd565c29e5
parent3b881de152bf5bc8ced6260406056bad397085fe (diff)
parent82e737aea9fbf005490a712ddda9eb28555fcf7f (diff)
Merge "Update the example config filename in eyaml README"
-rw-r--r--config/utils/README.eyaml.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/utils/README.eyaml.rst b/config/utils/README.eyaml.rst
index 386a21bb..0031d9d8 100644
--- a/config/utils/README.eyaml.rst
+++ b/config/utils/README.eyaml.rst
@@ -29,7 +29,7 @@ Prerequisites
.. code-block:: bash
$ mkdir ~/.eyaml/
- $ cp config.yaml.example ~/.eyaml/config.yaml
+ $ cp config.example.yaml ~/.eyaml/config.yaml
Encryption
----------