From 584aebf76bf644fc18a630cf30be445301ec394b Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Wed, 6 Apr 2016 09:55:38 -0700 Subject: [PATCH] FIXED: used the master of cappuccino-base --- Tools/capp_env/capp_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/capp_env/capp_env b/Tools/capp_env/capp_env index 66ce4e65d..519cf1972 100755 --- a/Tools/capp_env/capp_env +++ b/Tools/capp_env/capp_env @@ -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")