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:
@@ -178,7 +178,7 @@ func (f *AllocFSCommand) Run(args []string) int {
|
||||
}
|
||||
// Query the allocation info
|
||||
if len(allocID) == 1 {
|
||||
f.Ui.Error(fmt.Sprintf("Alloc ID must contain at least two characters."))
|
||||
f.Ui.Error("Alloc ID must contain at least two characters.")
|
||||
return 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user