summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/README_SHELL_COMPLETION2
-rwxr-xr-xbin/oscp2
-rwxr-xr-xbin/ossh2
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
diff --git a/bin/oscp b/bin/oscp
index a139ef38e..1cc336a6a 100755
--- a/bin/oscp
+++ b/bin/oscp
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# vim: expandtab:tabstop=4:shiftwidth=4
import argparse
diff --git a/bin/ossh b/bin/ossh
index 6b04cb46e..d409e120a 100755
--- a/bin/ossh
+++ b/bin/ossh
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# vim: expandtab:tabstop=4:shiftwidth=4
import argparse