1
0
mirror of https://github.com/docker/cli.git synced 2026-01-25 03:42:05 +03:00

Merge pull request #27121 from LK4D4/fix_import

volume/local: fix import path
Upstream-commit: f60727d1853299216b573ca7e2975020a74e4055
Component: engine
This commit is contained in:
Victor Vieux
2016-10-03 16:48:20 -07:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ import (
"path/filepath"
"strings"
"src/github.com/pkg/errors"
"github.com/pkg/errors"
"github.com/docker/docker/pkg/mount"
)