From a5f310019c20ab6aee0d3455cde50b24653030f5 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Mon, 3 Oct 2016 12:13:56 -0700 Subject: [PATCH] volume/local: fix import path Signed-off-by: Alexander Morozov Upstream-commit: 5af8cfd3b16b6bc1754537fb5424365839ad2fc4 Component: engine --- components/engine/volume/local/local_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/volume/local/local_unix.go b/components/engine/volume/local/local_unix.go index 5b147c9e37..d95cc9f433 100644 --- a/components/engine/volume/local/local_unix.go +++ b/components/engine/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" )