lib/rubber/cloud/generic.rb in rubber-2.4.2 vs lib/rubber/cloud/generic.rb in rubber-2.5.0

- old
+ new

@@ -43,10 +43,10 @@ def describe_instances(instance_id=nil) # Since there's no API to query for instance details, the best we can do is use what we have in memory from # the :create_instance operation or ask the user for the details again. unless Generic.instances - create_instance(instance_id, nil, nil, nil, nil) + create_instance(instance_id, nil, nil, nil, nil, nil) end Generic.instances end \ No newline at end of file