Skip to content

Commit 18148c7

Browse files
Update pkg/minikube/cluster/status.go
Co-authored-by: Steven Powell <[email protected]>
1 parent 06b019f commit 18148c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/cluster/status.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ func GetClusterState(sts []*Status, profile string, cc *config.ClusterConfig) Cl
344344
return cs
345345
}
346346

347-
// nodeStatus looks up the status of a node
347+
// NodeStatus looks up the status of a node
348348
func NodeStatus(api libmachine.API, cc config.ClusterConfig, n config.Node) (*Status, error) {
349349
controlPlane := n.ControlPlane
350350
name := config.MachineName(cc, n)

0 commit comments

Comments
 (0)