Skip to content

Commit

Permalink
Added runner attribute to the message initialization hash
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Feb 4, 2016
1 parent c49ca59 commit 2a6ca06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pronto/message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def initialize(options)
@line = options.fetch(:line, nil)
@level = options[:level]
@msg = options[:msg]
@runner = options.fetch(:runner, nil)

@commit_sha = options[:commit_sha]
@commit_sha ||= options[:line].commit_sha if line
Expand Down

0 comments on commit 2a6ca06

Please # to comment.