From ded98a50bd49c6b301b11314b815e861b2727607 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 18 Oct 2024 11:53:39 +0200 Subject: [PATCH] oopsies --- clustertool/pkg/charts/website/chart_list.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clustertool/pkg/charts/website/chart_list.go b/clustertool/pkg/charts/website/chart_list.go index f5243b36a2f6..e158b1991dc5 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 {