Not sure where the BlueBox came from.

This commit is contained in:
John E. Vincent 2010-10-11 14:35:41 +08:00 committed by Wesley Beary
parent a5b2390188
commit 481b2f64ac
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module Fog
warning = "[yellow][WARN] Fog::GoGrid#new is deprecated, use Fog::GoGrid::Compute#new instead[/]"
warning << " [light_black](" << location << ")[/] "
Formatador.display_line(warning)
Fog::Bluebox::Compute.new(attributes)
Fog::GoGrid::Compute.new(attributes)
end
end