diff options
| author | melissaml <ma.lei@99cloud.net> | 2017-09-01 22:38:34 +0800 |
|---|---|---|
| committer | melissaml <ma.lei@99cloud.net> | 2017-09-01 22:43:08 +0800 |
| commit | 4cc3c6e69e7d8b34626a011836db9e028cf324be (patch) | |
| tree | 47939b88735028a3f43dda2d64352d59c25742ad /doc/source/cli | |
| parent | abb1837f16142cef3a7abf37b80bad2a1647a8c5 (diff) | |
| download | python-ironicclient-4cc3c6e69e7d8b34626a011836db9e028cf324be.tar.gz | |
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: I4637129b2379aa114214e83f8ca1b6786a5e3160
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/ironic_client.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/ironic_client.rst b/doc/source/cli/ironic_client.rst index c86289c..c30405d 100644 --- a/doc/source/cli/ironic_client.rst +++ b/doc/source/cli/ironic_client.rst @@ -56,7 +56,7 @@ fill partially typed commands. To use this feature, source the below file https://git.openstack.org/cgit/openstack/python-ironicclient/tree/tools/ironic.bash_completion) to your terminal and then bash completion should work:: - $ source ironic.bash_completion + $ . ironic.bash_completion To avoid doing this every time, add this to your ``.bashrc`` or copy the ironic.bash_completion file to the default bash completion scripts directory |
