Skip to content

Commit

Permalink
fix: Use 'develop' bench if not specified!
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Sep 3, 2020
1 parent 550f55d commit 0ad4421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def install_bench(args):

def clone_bench_repo(args):
'''Clones the bench repository in the user folder'''
branch = args.bench_branch or 'master'
branch = args.bench_branch or 'develop'
repo_url = args.repo_url or 'https://github.com/frappe/bench'

if os.path.exists(tmp_bench_repo):
Expand Down

0 comments on commit 0ad4421

Please sign in to comment.