Skip to content

Commit 2c34ac2

Browse files
committed
fix the linter issues
Signed-off-by: RayyanSeliya <rayyanseliya786@gmail.com>
1 parent 5742a52 commit 2c34ac2

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
@@ -296,7 +296,7 @@ func validateClusterConnection() error {
296296
restConfig, err := k8s.GetClientConfig().ClientConfig()
297297
if err != nil {
298298
kubeconfigPath := os.Getenv("KUBECONFIG")
299-
299+
300300
// Check if this is an empty/missing config error
301301
if clientcmd.IsEmptyConfig(err) {
302302
// If KUBECONFIG is explicitly set, check if the file exists

0 commit comments

Comments
 (0)