diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-12-15 15:48:29 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-12-15 15:48:29 +0800 |
commit | 82e737aea9fbf005490a712ddda9eb28555fcf7f (patch) | |
tree | d1e1ef3b34677c88dc9399bbe6a98ea3c11a3436 /config | |
parent | 70922b10acedf38dcb64af0f3d19e933e031963e (diff) |
Update the example config filename in eyaml README
The example configuration file in the directory pharos/config/utils/
is config.example.yaml.
Change-Id: I493274e4ddb689eb729ed642b5f495b5be0b75b0
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
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 ---------- |