diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/README_SHELL_COMPLETION | 2 | ||||
-rwxr-xr-x | bin/oscp | 2 | ||||
-rwxr-xr-x | bin/ossh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/README_SHELL_COMPLETION b/bin/README_SHELL_COMPLETION index 46ed7134c..5f05df7fc 100644 --- a/bin/README_SHELL_COMPLETION +++ b/bin/README_SHELL_COMPLETION @@ -20,7 +20,7 @@ and return them to be completable. # BASH In order to setup bash completion, source the following script: -/path/to/repository/openshift-online-ansible/bin/ossh_bash_completion +/path/to/repository/openshift-ansible/bin/ossh_bash_completion # ZSH In order to setup zsh completion, you will need to verify @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # vim: expandtab:tabstop=4:shiftwidth=4 import argparse @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # vim: expandtab:tabstop=4:shiftwidth=4 import argparse |