mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Add gosimple linter (#9590)
This commit is contained in:
@@ -149,7 +149,7 @@ func (c *AllocStatusCommand) Run(args []string) int {
|
||||
|
||||
// Query the allocation info
|
||||
if len(allocID) == 1 {
|
||||
c.Ui.Error(fmt.Sprintf("Identifier must contain at least two characters."))
|
||||
c.Ui.Error("Identifier must contain at least two characters.")
|
||||
return 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user