diff options
author | Jack Morgan <jack.morgan@intel.com> | 2017-12-15 13:47:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-15 13:47:52 +0000 |
commit | be5cb5e9e36d0cf950c477b3d2276c7c25520953 (patch) | |
tree | 73c1cc4eb601853924b034da5a80e4bd565c29e5 /config | |
parent | 3b881de152bf5bc8ced6260406056bad397085fe (diff) | |
parent | 82e737aea9fbf005490a712ddda9eb28555fcf7f (diff) |
Merge "Update the example config filename in eyaml README"
Diffstat (limited to 'config')
-rw-r--r-- | config/utils/README.eyaml.rst | 2 |
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 ---------- |