mirror of
https://github.com/frappe/bench.git
synced 2025-02-10 22:58:30 +00:00
Merge pull request #823 from sahil28297/fix_release
fix(release): syntax error
This commit is contained in:
commit
16b9b07e89
@ -39,7 +39,7 @@ def release(bench_path, app, bump_type, from_branch, to_branch,
|
|||||||
branches_to_update.update(config.get('branches_to_update'))
|
branches_to_update.update(config.get('branches_to_update'))
|
||||||
|
|
||||||
if config.get('releasable_branches'):
|
if config.get('releasable_branches'):
|
||||||
releasable_branches.extend(config.get('releasable_branches'),[])
|
releasable_branches.extend(config.get('releasable_branches',[]))
|
||||||
|
|
||||||
validate(bench_path, config)
|
validate(bench_path, config)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user