diff --git a/volume/local/local_unix.go b/volume/local/local_unix.go index 5b147c9e37..d95cc9f433 100644 --- a/volume/local/local_unix.go +++ b/volume/local/local_unix.go @@ -10,7 +10,7 @@ import ( "path/filepath" "strings" - "src/github.com/pkg/errors" + "github.com/pkg/errors" "github.com/docker/docker/pkg/mount" )