Skip to content

Commit 02c38ab

Browse files
committed
fix the linter issues
Signed-off-by: RayyanSeliya <[email protected]>
1 parent 0ca7033 commit 02c38ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ func validateClusterConnection() error {
295295
restConfig, err := k8s.GetClientConfig().ClientConfig()
296296
if err != nil {
297297
kubeconfigPath := os.Getenv("KUBECONFIG")
298-
298+
299299
// Check if this is an empty/missing config error
300300
if clientcmd.IsEmptyConfig(err) {
301301
// If KUBECONFIG is explicitly set, check if the file exists

0 commit comments

Comments
 (0)