Skip to content

Commit 4d7b8ef

Browse files
fix: revert package name change
1 parent fa32631 commit 4d7b8ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kustomize/commands/internal/util/util_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2019 The Kubernetes Authors.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package util_test
4+
package util
55

66
import (
77
"fmt"
@@ -10,7 +10,6 @@ import (
1010

1111
"github.com/stretchr/testify/require"
1212
"sigs.k8s.io/kustomize/api/ifc"
13-
. "sigs.k8s.io/kustomize/kustomize/v5/commands/internal/util"
1413
"sigs.k8s.io/kustomize/kyaml/filesys"
1514
)
1615

0 commit comments

Comments
 (0)