From fdff9c8b8a77aab84e4354d92bc2be168244feb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 5 May 2013 10:53:35 +0200 Subject: [PATCH] drop another capistrano leftover --- config/cap_colors.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 config/cap_colors.rb diff --git a/config/cap_colors.rb b/config/cap_colors.rb deleted file mode 100644 index e5ca5516f..000000000 --- a/config/cap_colors.rb +++ /dev/null @@ -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