Skip to content

Commit

Permalink
moved branch syntax to plus
Browse files Browse the repository at this point in the history
  • Loading branch information
benpullman committed Feb 14, 2020
1 parent 25f840f commit 85fa569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def update_all(c, workflow_version, workflow_name=None, tool_name=None, workflow

branch_name = read_branch(c, base_dir)
if branch_name and not production:
workflow_version = '{}@{}'.format(workflow_version, branch_name.replace(' ','_'))
workflow_version = '{}+{}'.format(workflow_version, branch_name.replace(' ','_'))

if workflow_name:
update_workflow_xml(c, workflow_name, tool_name, workflow_version, workflow_label, workflow_description, base_dir=base_dir, subcomponents=subcomponents, force_update_string=force_update_string)
Expand Down

0 comments on commit 85fa569

Please sign in to comment.