1
0
Fork 0
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:
Chirag Jog 2013-03-08 21:28:08 +05:30
parent 7641e18576
commit 8c56814d50

View file

@ -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