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

minor fix

This commit is contained in:
Ameya Shenoy 2018-03-08 19:07:57 +05:30
parent d43bae4cbd
commit e59c704229
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E

View File

@ -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 }}