From a2abb0292b8a7ef2cb44ac64efabb564e4c1cbd8 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Fri, 10 Sep 2021 12:27:44 -0500 Subject: [PATCH] Fix URL for repository Fix URL for repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a7ab3a..30d670d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ and provision (or renew) an X.509 wildcard certificate for the domain To set up the environment for ansible the first time: ``` -git clone https://github.com/cilogon/comanage-registry-ansible.git +git clone https://github.internet2.edu/skoranda/comanage-registry-training-ansible.git cd comanage-registry-training-deployment python3 -m venv . source bin/activate