2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

[fix] branch for bench-repo

This commit is contained in:
Valmik Jangla 2016-07-24 03:09:37 -07:00
parent 0c255b2f96
commit a28f8c8d4e
2 changed files with 3 additions and 3 deletions

View File

@ -49,10 +49,10 @@ Open your Terminal and enter:
```
# 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:
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
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):
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'
success = run_os_command(