mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Minor fix: Ensure to send a valid Content-Type
This commit is contained in:
parent
7641e18576
commit
8c56814d50
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ EOF
|
|||
request(
|
||||
:body => body,
|
||||
:expects => 202,
|
||||
:headers => {'Content-Type' => network_info[:"vcloud_type"] },
|
||||
:headers => {'Content-Type' => network_info[:"type"] },
|
||||
:method => 'PUT',
|
||||
:uri => "#{edit_uri}",
|
||||
:parse => true
|
||||
|
|
Loading…
Reference in a new issue