mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Not sure where the BlueBox came from.
This commit is contained in:
parent
a5b2390188
commit
481b2f64ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue