mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 00:37:51 +00:00
minor fix
This commit is contained in:
parent
d43bae4cbd
commit
e59c704229
@ -32,7 +32,7 @@
|
|||||||
command: bench init {{ bench_path }} --frappe-branch {{ branch }} --python python3
|
command: bench init {{ bench_path }} --frappe-branch {{ branch }} --python python3
|
||||||
args:
|
args:
|
||||||
creates: "{{ bench_path }}"
|
creates: "{{ bench_path }}"
|
||||||
when: not bench_stat.stat.exists and develop
|
when: not bench_stat.stat.exists and not production
|
||||||
|
|
||||||
- name: python2 bench init for develop
|
- name: python2 bench init for develop
|
||||||
command: bench init {{ bench_path }} --frappe-branch {{ branch }}
|
command: bench init {{ bench_path }} --frappe-branch {{ branch }}
|
||||||
|
Loading…
Reference in New Issue
Block a user