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

[openstack] string interpolation problem image create fixes #1493

This commit is contained in:
Ruben Koster 2013-01-23 10:55:40 +01:00
parent 7e8381bfab
commit 92b5760b49

View file

@ -27,7 +27,7 @@ module Fog
unless attributes[:properties].nil?
attributes[:properties].each do |key,value|
data['x-image-meta-property-#{key}'] = value
data["x-image-meta-property-#{key}"] = value
end
end