FIXED: used the master of cappuccino-base

This commit is contained in:
Antoine Mercadal
2016-04-06 09:55:38 -07:00
parent 43a2480699
commit 584aebf76b
+1 -1
View File
@@ -75,7 +75,7 @@ def install_cappuccino_base(env_path):
"""
Install latest version of Cappuccino Base
"""
exec_shell("curl https://raw.githubusercontent.com/cappuccino/cappuccino/v0.9.7-1/bootstrap.sh >/tmp/cb.sh")
exec_shell("curl https://raw.githubusercontent.com/cappuccino/cappuccino/master/bootstrap.sh >/tmp/cb.sh")
exec_shell("bash /tmp/cb.sh --directory '%s/narwhal' --noprompt" % (env_path))
exec_shell("rm /tmp/cb.sh")