core: make output white for now

This commit is contained in:
Mitchell Hashimoto 2014-01-17 21:53:17 -08:00
parent 0eec9aa599
commit 3f62addac2
2 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,7 @@ module Vagrant
machines.reverse! if options[:reverse]
# Go through each VM and yield it!
color_order = [:green, :cyan, :magenta, :yellow, :blue]
color_order = [:white]
color_index = 0
machines.each do |machine|

View File

@ -277,6 +277,7 @@ module Vagrant
blue: 34,
magenta: 35,
cyan: 36,
white: 37,
}
# This is called by `say` to format the message for output.