From e5eeec6c971ac76678cc26a9d95769b4981e6ee5 Mon Sep 17 00:00:00 2001 From: micafer Date: Mon, 18 Dec 2017 16:22:29 +0100 Subject: [PATCH] Fix install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 38350b6de..a2f3cbdfe 100755 --- a/install.sh +++ b/install.sh @@ -97,7 +97,7 @@ then echo "ansible_install.yaml file present. Do not download." else echo "Downloading ansible_install.yaml file from github." - wget http://raw.githubusercontent.com/indigo-dc/im/master/ansible_install.yaml + wget http://raw.githubusercontent.com/grycap/im/master/ansible_install.yaml fi echo "Call Ansible playbook to install the IM."