From 4cc3c6e69e7d8b34626a011836db9e028cf324be Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 1 Sep 2017 22:38:34 +0800 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: I4637129b2379aa114214e83f8ca1b6786a5e3160 --- doc/source/cli/ironic_client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/cli/ironic_client.rst b/doc/source/cli/ironic_client.rst index c86289cd3..c30405d39 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