mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Makes the docker api version call use assigned connection
This commit is contained in:
parent
a332d394d5
commit
b711fb7bc2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module Fog
|
|||
class Fogdocker
|
||||
class Real
|
||||
def api_version
|
||||
Docker.version
|
||||
Docker.version(@connection)
|
||||
end
|
||||
end
|
||||
class Mock
|
||||
|
|
Loading…
Reference in a new issue