Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Nov 26, 2024
1 parent 1f091da commit 8bf0ad3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/kor/namespaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"

"github.com/yonahd/kor/pkg/common"
"github.com/yonahd/kor/pkg/filters"
)

Expand Down Expand Up @@ -181,7 +182,7 @@ func GetUnusedNamespaces(
clientset kubernetes.Interface,
dynamicClient dynamic.Interface,
outputFormat string,
opts Opts,
opts common.Opts,
) (string, error) {
resources := make(map[string]map[string][]ResourceInfo)

Expand Down

0 comments on commit 8bf0ad3

Please sign in to comment.