From 262d05e4d856357ab47c52ee02cb45ba07d2b203 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 6 Apr 2016 16:05:51 +0530 Subject: [PATCH] [fix] use master branch in install.py --- playbooks/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install.py b/playbooks/install.py index 87654707..63521cd1 100644 --- a/playbooks/install.py +++ b/playbooks/install.py @@ -96,7 +96,7 @@ def clone_bench_repo(): }) success = run_os_command( - {'git': 'git clone https://github.com/frappe/bench {bench_repo} --depth 1 --branch new-install'.format(bench_repo=bench_repo)} + {'git': 'git clone https://github.com/frappe/bench {bench_repo} --depth 1'.format(bench_repo=bench_repo)} ) return success