Skip to content

Commit

Permalink
it's funny how stuff doesn't work when you forget +
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Sep 16, 2005
1 parent 38b4545 commit d0101a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svnwatch.rb
Expand Up @@ -43,7 +43,7 @@ def build_msg(info)
author = Irc.Formatting.color(:green) + info[:author] + Irc::Formatting.reset
repository = Irc.Formatting.color(:cyan) + info[:repository] + Irc::Formatting.reset
revision = Irc.Formatting.bold + "[" + info[:revision] + ":/]" + Irc::Formatting.reset
note = Irc.Formatting.color(:yellow) info[:log] + Irc::Formatting.reset
note = Irc.Formatting.color(:yellow) + info[:log] + Irc::Formatting.reset
message = "#{author} * #{revision} #{repos} - #{note}"
return message
end
Expand Down

0 comments on commit d0101a9

Please sign in to comment.