2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 09:02:10 +00:00

[fix] [new installer] bench branch to frappe/bench and branch as develop

This commit is contained in:
Anand Doshi 2016-05-25 15:08:36 +05:30
parent 0d96a9e453
commit efb31eab04

View File

@ -107,7 +107,7 @@ def clone_bench_repo():
})
success = run_os_command(
{'git': 'git clone https://github.com/shreyasp/bench {bench_repo} --depth 1 --branch test-ansible-installer'.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