Skip to content

Commit

Permalink
fix nomad job allocs command name (#11314)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 authored Oct 14, 2021
1 parent 681eeca commit f5d560d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/job_allocs.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (c *JobAllocsCommand) AutocompleteArgs() complete.Predictor {
})
}

func (c *JobAllocsCommand) Name() string { return "job allocations" }
func (c *JobAllocsCommand) Name() string { return "job allocs" }

func (c *JobAllocsCommand) Run(args []string) int {
var json, verbose, all bool
Expand Down

0 comments on commit f5d560d

Please sign in to comment.