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: I88e1d823276fc97e5e91dc8bccee15824c6628a3
This commit is contained in:
melissaml 2017-08-29 00:51:45 +08:00
parent 8efae3c72a
commit 334fc98a94
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def print_help():
To activate the Karbor virtualenv for the extent of your current shell
session you can run:
$ source .venv/bin/activate
$ . .venv/bin/activate
Or, if you prefer, you can run commands in the virtualenv on a case by case
basis by running: