From f83cf121b65c58d9b2f9057e59f6df4c14a1b6c8 Mon Sep 17 00:00:00 2001 From: mrrishi Date: Mon, 10 Feb 2025 04:09:29 +0530 Subject: [PATCH] fix: lint --- internal/k3d/adjustContent.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/k3d/adjustContent.go b/internal/k3d/adjustContent.go index bf9f5efe..6fc25a2e 100644 --- a/internal/k3d/adjustContent.go +++ b/internal/k3d/adjustContent.go @@ -21,7 +21,6 @@ import ( ) func AdjustGitopsRepo(cloudProvider, clusterName, clusterType, gitopsRepoDir, gitProvider string, removeAtlantis, installKubefirstPro bool) error { - // * clean up all other platforms for _, platform := range pkg.SupportedPlatforms { if platform != fmt.Sprintf("%s-%s", CloudProvider, gitProvider) {