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

fixing typo

This commit is contained in:
Kyle Rames 2013-01-08 09:57:45 -06:00
parent 427c0b2aa0
commit f83f744470

View file

@ -18,7 +18,7 @@ module Fog
response = Excon::Response.new
response.status = 202
response.body = {"meta" => {"environment", "test"}}
response.body = {"meta" => {"environment" => "test"}}
response
end
end