Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
petderek committed Jun 15, 2017
1 parent c1d93c0 commit 266983f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/engine/dockerclient/versionsupport_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func (f *factory) GetClient(version DockerVersion) (dockeriface.Client, error) {
for _, v := range getWindowsReplaceableVersions() {
if v == version {
version = MinDockerAPIWindows
break
}
}
return f.getClient(version)
Expand Down

0 comments on commit 266983f

Please sign in to comment.