diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-09 16:41:36 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-09 16:41:36 -0400 |
commit | 3c9ecdf394c796e6b25d8703450e7001d9ac9ab4 (patch) | |
tree | a862446cd7ca231455c1352ade8f3af8a49901d2 /bin | |
parent | c37deb3723afa23da8235dd0964ba3f3fef3ad6c (diff) | |
parent | ee2ad2a52e78bb9bc6f00c2e90494f8ab5f39956 (diff) | |
download | openshift-3c9ecdf394c796e6b25d8703450e7001d9ac9ab4.tar.gz openshift-3c9ecdf394c796e6b25d8703450e7001d9ac9ab4.tar.bz2 openshift-3c9ecdf394c796e6b25d8703450e7001d9ac9ab4.tar.xz openshift-3c9ecdf394c796e6b25d8703450e7001d9ac9ab4.zip |
Merge pull request #109 from twiest/pr
fixed github repo name in READMEs
Diffstat (limited to 'bin')
-rw-r--r-- | bin/README_SHELL_COMPLETION | 2 |
1 files changed, 1 insertions, 1 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 |