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:
parent
ef24c31331
commit
6d908f888b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue