Skip to content

Commit

Permalink
add error label version
Browse files Browse the repository at this point in the history
  • Loading branch information
henteko committed Oct 28, 2015
1 parent c1f5027 commit 22d3f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deploygate/command_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def error_handling(title, body, labels)
options = {
:title => title,
:body => body,
:labels => labels
:labels => labels.push("v#{DeployGate::VERSION}")
}
url = GithubIssueRequest::Url.new(options).to_s
puts ''
Expand Down

0 comments on commit 22d3f22

Please sign in to comment.