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
This commit is contained in:
chao liu 2017-08-26 18:36:19 -07:00
parent a048ccbac4
commit 8cb734f214
1 changed files with 2 additions and 2 deletions

View File

@ -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: