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

[aws|cdn] Fixed bug in building post_distribution request body

This commit is contained in:
James Fairbairn 2010-11-30 23:39:02 +08:00 committed by Wesley Beary
parent ef24c31331
commit 6d908f888b

View file

@ -60,7 +60,7 @@ module Fog
for key, value in options
case value
when Array
for item in array
for item in value
data << "<#{key}>#{item}</#{key}>"
end
when Hash