Skip to content

Commit

Permalink
#29 - refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
apanasiuk-el committed Nov 6, 2024
1 parent 8b518de commit 1c0ca2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func (cc *ClusterCommands) deleteKubeConfigItem(itemType, itemName string) error
return fmt.Errorf("%s", cc.SpecCMD.StderrBuf.String())
}

zap.S().Info(cc.SpecCMD.StdoutBuf.String())
zap.S().Infof("%s", cc.SpecCMD.StdoutBuf.String())

return nil
}
Expand Down

0 comments on commit 1c0ca2f

Please sign in to comment.