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

Merge pull request #269 from vjFaLk/branch-fix

[fix] branch for bench-repo
This commit is contained in:
Anand Doshi 2016-07-24 16:45:26 +05:30 committed by GitHub
commit 9ccc39fe75
2 changed files with 3 additions and 3 deletions

View File

@ -49,10 +49,10 @@ Open your Terminal and enter:
``` ```
# Linux: # Linux:
wget https://raw.githubusercontent.com/frappe/bench/develop/playbooks/install.py wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
# Mac OSX: # Mac OSX:
curl "https://raw.githubusercontent.com/frappe/bench/develop/playbooks/install.py" -o install.py curl "https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py" -o install.py
# For development # For development
sudo python install.py --develop sudo python install.py --develop

2
playbooks/install.py Normal file → Executable file
View File

@ -127,7 +127,7 @@ def clone_bench_repo(args):
if os.path.exists(tmp_bench_repo): if os.path.exists(tmp_bench_repo):
return 0 return 0
branch = args.bench_branch or 'develop' branch = args.bench_branch or 'master'
repo_url = args.repo_url or 'https://github.com/frappe/bench' repo_url = args.repo_url or 'https://github.com/frappe/bench'
success = run_os_command( success = run_os_command(