Skip to content

Commit

Permalink
Merge pull request #7 from lunetics/master
Browse files Browse the repository at this point in the history
Added Append Feature by @lunetics
  • Loading branch information
stjernstrom committed Nov 18, 2011
2 parents fe92899 + 33c2834 commit 8d0d0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/capistrano_colors/logger.rb
Expand Up @@ -41,6 +41,7 @@ def log(level, message, line_prefix=nil) #:nodoc:
color = filter[:color]
attribute = filter[:attribute]
message = filter[:prepend] + message unless filter[:prepend].nil?
message = message + filter[:append] unless filter[:append].nil?
message = Time.now.strftime('%T') + ' ' + message if filter[:timestamp]
break
end
Expand Down

0 comments on commit 8d0d0ac

Please sign in to comment.