drop another capistrano leftover
This commit is contained in:
parent
e70c2593ff
commit
fdff9c8b8a
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
require 'capistrano_colors'
|
||||
|
||||
capistrano_color_matchers = [
|
||||
# Full docs at https://github.com/stjernstrom/capistrano_colors/
|
||||
# Any priority above 0 will override capistrano_colors' defaults if needed
|
||||
{ :match => /^Deploying branch/, :color => :yellow, :prio => 20 },
|
||||
]
|
||||
|
||||
capistrano_color_matchers.each do |matcher|
|
||||
Capistrano::Logger::add_color_matcher( matcher )
|
||||
end
|
||||
Loading…
Reference in a new issue