diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-28 11:31:25 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-28 11:32:31 -0500 |
commit | 48257c1e9ce299ae79e0263f3c7c29eaa5226561 (patch) | |
tree | 1a994fcf9f138e66cfaef037cf0906ec1f666ca8 /README_AEP.md | |
parent | bb8983fcfaecec5b156cee99dfe2feca5f8d3800 (diff) | |
download | openshift-48257c1e9ce299ae79e0263f3c7c29eaa5226561.tar.gz openshift-48257c1e9ce299ae79e0263f3c7c29eaa5226561.tar.bz2 openshift-48257c1e9ce299ae79e0263f3c7c29eaa5226561.tar.xz openshift-48257c1e9ce299ae79e0263f3c7c29eaa5226561.zip |
Minor readme cleanup for Bug 1271566
Diffstat (limited to 'README_AEP.md')
-rw-r--r-- | README_AEP.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README_AEP.md b/README_AEP.md index 99bc79548..739c4baeb 100644 --- a/README_AEP.md +++ b/README_AEP.md @@ -16,11 +16,11 @@ * One or more RHEL 7.1 VMs * Either ssh key based auth for the root user or ssh key based auth for a user with sudo access (no password) -* A checkout of atomic-enterprise-ansible from https://github.com/projectatomic/atomic-enterprise-ansible/ +* A checkout of openshift-ansible from https://github.com/openshift/openshift-ansible/ ```sh - git clone https://github.com/projectatomic/atomic-enterprise-ansible.git - cd atomic-enterprise-ansible + git clone https://github.com/openshift/openshift-ansible.git + cd openshift-ansible ``` ## Caveats |