Skip to content

Commit

Permalink
Fix install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 18, 2017
1 parent 8677a13 commit e5eeec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit e5eeec6

Please sign in to comment.