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: Icf38f4a460c7388ec0f974ead22da3e7b5cbd72a
This commit is contained in:
melissaml 2017-09-02 02:33:11 +08:00
parent 4978f34055
commit 5a3f34a91c
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ Instructions
7. Load desired credentials into the shell::
$ source openrc admin admin # For the admin user, admin tenant
$ source openrc admin demo # For the admin user, demo tenant
$ source openrc demo demo # For the demo user, demo tenant
$ . openrc admin admin # For the admin user, admin tenant
$ . openrc admin demo # For the admin user, demo tenant
$ . openrc demo demo # For the demo user, demo tenant
8. Try out the cue client::