2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-06 23:44:03 +00:00

[fix] use develop branch for bench

This commit is contained in:
Anand Doshi 2016-04-13 21:21:41 +05:30
parent 05ff564849
commit 10b86c94fa

View File

@ -96,7 +96,7 @@ def clone_bench_repo():
})
success = run_os_command(
{'git': 'git clone https://github.com/frappe/bench {bench_repo} --depth 1'.format(bench_repo=bench_repo)}
{'git': 'git clone https://github.com/frappe/bench {bench_repo} --depth 1 --branch develop'.format(bench_repo=bench_repo)}
)
return success