diff --git a/clustertool/pkg/charts/website/chart_list.go b/clustertool/pkg/charts/website/chart_list.go index f5243b36a2f..e158b1991dc 100644 --- a/clustertool/pkg/charts/website/chart_list.go +++ b/clustertool/pkg/charts/website/chart_list.go @@ -8,8 +8,8 @@ import ( "slices" "sync" - "github.com/truecharts/private/clustertool/pkg/charts/chartFile" - "github.com/truecharts/private/clustertool/pkg/helper" + "github.com/truecharts/public/clustertool/pkg/charts/chartFile" + "github.com/truecharts/public/clustertool/pkg/helper" ) type ChartList struct {