mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[bluebox|blb] missing end
This commit is contained in:
parent
e6313cafe2
commit
1cee25c886
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ module Fog
|
|||
:path => "/api/lb_backends/#{lb_backend_id}/lb_machines.json",
|
||||
:body => body.map {|k,v| "#{CGI.escape(k)}=#{CGI.escape(v.to_s)}"}.join('&')
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
class Mock
|
||||
|
|
Loading…
Reference in a new issue