1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute|glesys] fixed an invalid character

This commit is contained in:
Anton Lindström 2011-09-20 13:34:03 +02:00
parent e83401dea8
commit ddbfd80924

View file

@ -56,7 +56,7 @@ module Fog
:template => template || "Debian-6 x64",
:disksize => disksize || "10",
:memorysize => memorysize || "512",
:cpucores => cpucores || "1",
:cpucores => cpucores || "1",
:rootpw => rootpw,
:transfer => transfer || "500",
}