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

Merge pull request #823 from sahil28297/fix_release

fix(release): syntax error
This commit is contained in:
sahil28297 2019-07-26 15:42:43 +05:30 committed by GitHub
commit 16b9b07e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ def release(bench_path, app, bump_type, from_branch, to_branch,
branches_to_update.update(config.get('branches_to_update'))
if config.get('releasable_branches'):
releasable_branches.extend(config.get('releasable_branches'),[])
releasable_branches.extend(config.get('releasable_branches',[]))
validate(bench_path, config)