mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixing typo
This commit is contained in:
parent
427c0b2aa0
commit
f83f744470
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue