diff --git a/includes/omega.drush.inc b/includes/omega.drush.inc index 9d0262a..600d9d8 100644 --- a/includes/omega.drush.inc +++ b/includes/omega.drush.inc @@ -523,7 +523,7 @@ function drush_omega_guard($theme = NULL) { } // This is the command for running guard through bundler. - $command = 'bundle exec guard --no-color --no-interactions'; + $command = 'bundle exec guard --no-interactions'; if (drush_get_option('screen')) { drush_shell_exec('screen --version');