summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-10-30 14:29:46 +0100
committerGitHub <noreply@github.com>2019-10-30 14:29:46 +0100
commit7318b0e8c75f50d909f88b9878580fcc53998900 (patch)
treee6b2ba26ec9d1825f7bc7524a22ca894e4f9f64b /cmd
parent4762b630701c9e4c6f6dd9d1c0a80c51b890530e (diff)
parent91baaee9a805e710fde8e4605434d79a20c67f7e (diff)
downloadpodman-7318b0e8c75f50d909f88b9878580fcc53998900.tar.gz
podman-7318b0e8c75f50d909f88b9878580fcc53998900.tar.bz2
podman-7318b0e8c75f50d909f88b9878580fcc53998900.zip
Merge pull request #4369 from baude/golandautocodecorrections
goland autocorrections
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/import.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/import.go b/cmd/podman/import.go
index 027fa7299..5a21e5cc1 100644
--- a/cmd/podman/import.go
+++ b/cmd/podman/import.go
@@ -6,7 +6,7 @@ import (
"github.com/containers/libpod/cmd/podman/cliconfig"
"github.com/containers/libpod/cmd/podman/shared/parse"
"github.com/containers/libpod/pkg/adapter"
- multierror "github.com/hashicorp/go-multierror"
+ "github.com/hashicorp/go-multierror"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)