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 | |
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
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README_AWS.md | 2 | ||||
-rw-r--r-- | README_GCE.md | 4 | ||||
-rw-r--r-- | bin/README_SHELL_COMPLETION | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -openshift-online-ansible +openshift-ansible ======================== This repo contains OpenShift Ansible code. diff --git a/README_AWS.md b/README_AWS.md index fa1ec61ce..fb9d0f895 100644 --- a/README_AWS.md +++ b/README_AWS.md @@ -50,7 +50,7 @@ OSX: Test The Setup -------------- -1. cd openshift-online-ansible +1. cd openshift-ansible 1. Try to list all instances: ``` ./cloud.rb aws list diff --git a/README_GCE.md b/README_GCE.md index af758af21..b00598113 100644 --- a/README_GCE.md +++ b/README_GCE.md @@ -49,7 +49,7 @@ gce_project_id = project_id ``` 1. Setup a sym link so that gce.py will pick it up (link must be in same dir as gce.py) ``` - cd openshift-online-ansible/inventory/gce + cd openshift-ansible/inventory/gce ln -s ~/.gce/gce.ini gce.ini ``` @@ -64,7 +64,7 @@ Install Dependencies Test The Setup -------------- -1. cd openshift-online-ansible/ +1. cd openshift-ansible/ 2. Try to list all instances: ``` ./cloud.rb gce list 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 |