From 82e737aea9fbf005490a712ddda9eb28555fcf7f Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Fri, 15 Dec 2017 15:48:29 +0800 Subject: 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 --- config/utils/README.eyaml.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---------- -- cgit 1.2.3-korg