mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Remove non-standard CLI element
This commit is contained in:
@@ -198,7 +198,7 @@ func (c *NodeStatusCommand) Run(args []string) int {
|
||||
// Dump the output
|
||||
c.Ui.Output(formatKV(basic))
|
||||
if !short {
|
||||
c.Ui.Output("\n### Allocations")
|
||||
c.Ui.Output("\n==> Allocations")
|
||||
c.Ui.Output(formatList(allocs))
|
||||
}
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user