aboutsummaryrefslogtreecommitdiff
path: root/pkg/machine
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-05-23 12:16:49 -0400
committerMatthew Heon <mheon@redhat.com>2022-06-14 14:25:33 -0400
commita71d8c9c8e6136b67925c618c9feeb2e7dc6d593 (patch)
treeab3d3915ff5067126a6cb21ad1368d1d76332c31 /pkg/machine
parentc7276525b2f8929a1a54635d15abbfe52cd77ad5 (diff)
downloadpodman-a71d8c9c8e6136b67925c618c9feeb2e7dc6d593.tar.gz
podman-a71d8c9c8e6136b67925c618c9feeb2e7dc6d593.tar.bz2
podman-a71d8c9c8e6136b67925c618c9feeb2e7dc6d593.zip
Use containers/common/pkg/util.StringToSlice
[NO NEW TESTS NEEDED] Just code cleanup for better reuse Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/machine')
-rw-r--r--pkg/machine/e2e/list_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/e2e/list_test.go b/pkg/machine/e2e/list_test.go
index 0bc867047..1c8c6ac81 100644
--- a/pkg/machine/e2e/list_test.go
+++ b/pkg/machine/e2e/list_test.go
@@ -3,7 +3,7 @@ package e2e
import (
"strings"
- "github.com/containers/buildah/util"
+ "github.com/containers/common/pkg/util"
"github.com/containers/podman/v4/cmd/podman/machine"
jsoniter "github.com/json-iterator/go"
. "github.com/onsi/ginkgo"