From 8cb734f2149fe53ec2353cf1d25763f7b1b26292 Mon Sep 17 00:00:00 2001 From: chao liu Date: Sat, 26 Aug 2017 18:36:19 -0700 Subject: [PATCH] Fix to use "." to source script files Adhering to coding conventions. Refer to ``Code conventions`` at https://docs.openstack.org/contributor-guide/ for details. Change-Id: I520d7049f0b3e3b86237a85316d93fafab53f847 --- doc/source/user/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user/installation.rst b/doc/source/user/installation.rst index b314c026..e7765613 100644 --- a/doc/source/user/installation.rst +++ b/doc/source/user/installation.rst @@ -95,7 +95,7 @@ Source the newly created ENV file: .. code:: bash - source ~/freezer.env + . ~/freezer.env Check if you have successfully authenticated by Keystone: @@ -175,7 +175,7 @@ Source the newly created ENV file: .. code:: bash - source ~/freezer.env + . ~/freezer.env Check if you have successfully authenticated by Keystone: