Skip to content

Commit

Permalink
Fix release ruby error (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
calbach authored Apr 25, 2018
1 parent 2cc95c0 commit 239a925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/libproject/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def deploy(cmd_name, args)
maybe_log_jira.call "'#{op.opts.project}': completed UI service deployment"

if create_ticket
jira_client.create_ticket(op.opts.project, live_staging_version,
jira_client.create_ticket(op.opts.project, from_version,
op.opts.git_version, op.opts.circle_url)
end
end
Expand Down

0 comments on commit 239a925

Please sign in to comment.