Skip to content

Commit

Permalink
cluster: Type -> Role in confirmTopology (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa authored and AstroProfundis committed Mar 31, 2021
1 parent fcf9f8c commit ab63be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (m *Manager) confirmTopology(name, version string, topo spec.Topology, patc

clusterTable := [][]string{
// Header
{"Type", "Host", "Ports", "OS/Arch", "Directories"},
{"Role", "Host", "Ports", "OS/Arch", "Directories"},
}

topo.IterInstance(func(instance spec.Instance) {
Expand Down

0 comments on commit ab63be2

Please sign in to comment.