1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Fix kr/pty import path

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Upstream-commit: 9ec5e4f7df15f5c1e9862f71fe3079188fff0106
Component: engine
This commit is contained in:
Arnaud Porterie
2015-06-04 09:02:14 -07:00
parent 4e0d41c20f
commit cd63c659d6

View File

@@ -8,8 +8,8 @@ import (
"os"
"os/exec"
"github.com/docker/docker/vendor/src/github.com/kr/pty"
"github.com/go-check/check"
"github.com/kr/pty"
)
// save a repo and try to load it using stdout