From 2b787a1efda535a17a05b07c088cd058f26e1ed3 Mon Sep 17 00:00:00 2001 From: Suleiman Dibirov Date: Sat, 18 Oct 2025 10:53:35 +0300 Subject: [PATCH] fix Signed-off-by: Suleiman Dibirov --- pkg/cmd/plugin_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/plugin_list.go b/pkg/cmd/plugin_list.go index 2a44b987b..7fbb31fc0 100644 --- a/pkg/cmd/plugin_list.go +++ b/pkg/cmd/plugin_list.go @@ -24,9 +24,9 @@ import ( "github.com/gosuri/uitable" "github.com/spf13/cobra" - "helm.sh/helm/v4/internal/plugin/installer" "helm.sh/helm/v4/internal/plugin" + "helm.sh/helm/v4/internal/plugin/installer" "helm.sh/helm/v4/internal/plugin/schema" )