From d892ca329799714aa9e4515ec3a7a8c3dd993f13 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 24 Jul 2014 14:37:52 +0530 Subject: [PATCH] clone default branch for bench repo --- install_scripts/setup_frappe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_scripts/setup_frappe.sh b/install_scripts/setup_frappe.sh index 8d36d98a..4db9d419 100644 --- a/install_scripts/setup_frappe.sh +++ b/install_scripts/setup_frappe.sh @@ -165,7 +165,7 @@ add_ius_repo() { } install_bench() { - sudo su $FRAPPE_USER -c "cd /home/$FRAPPE_USER && git clone --branch develop https://github.com/frappe/bench bench-repo" + sudo su $FRAPPE_USER -c "cd /home/$FRAPPE_USER && git clone https://github.com/frappe/bench bench-repo" if hash pip-2.7; then PIP="pip-2.7" elif hash pip2.7; then