Skip to content

Commit

Permalink
Resolve merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Jan 11, 2010
2 parents 30c0f11 + 7153f9d commit 6153db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fyi.rb
Expand Up @@ -41,7 +41,7 @@ def run_failed output, error
end

def notify result, duration, output, error = ''
host = `hostname` || 'unknown'
host = `hostname`
notifiers.each do |notifier|
notifier.notify @command, result, duration, output, error, host
end
Expand Down

0 comments on commit 6153db0

Please sign in to comment.