diff options
author | Thomas Wiest <twiest@redhat.com> | 2015-03-09 16:34:07 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2015-03-09 16:34:07 -0400 |
commit | ee2ad2a52e78bb9bc6f00c2e90494f8ab5f39956 (patch) | |
tree | a862446cd7ca231455c1352ade8f3af8a49901d2 /README_GCE.md | |
parent | c37deb3723afa23da8235dd0964ba3f3fef3ad6c (diff) | |
download | openshift-ee2ad2a52e78bb9bc6f00c2e90494f8ab5f39956.tar.gz openshift-ee2ad2a52e78bb9bc6f00c2e90494f8ab5f39956.tar.bz2 openshift-ee2ad2a52e78bb9bc6f00c2e90494f8ab5f39956.tar.xz openshift-ee2ad2a52e78bb9bc6f00c2e90494f8ab5f39956.zip |
fixed github repo name in READMEs
Diffstat (limited to 'README_GCE.md')
-rw-r--r-- | README_GCE.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |