From 0e754c53ab0dc024acc9c8cf8916ead765c13165 Mon Sep 17 00:00:00 2001 From: shreyas Date: Mon, 23 May 2016 13:00:00 +0530 Subject: [PATCH] [Testing] Branch for testing purpose --- playbooks/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install.py b/playbooks/install.py index 7ebb5583..2c360667 100644 --- a/playbooks/install.py +++ b/playbooks/install.py @@ -107,7 +107,7 @@ def clone_bench_repo(): }) success = run_os_command( - {'git': 'git clone https://github.com/frappe/bench {bench_repo} --depth 1 --branch develop'.format(bench_repo=bench_repo)} + {'git': 'git clone https://github.com/shreyasp/bench {bench_repo} --depth 1 --branch test-ansible-installer'.format(bench_repo=bench_repo)} ) return success