Skip to content

Commit

Permalink
- fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaabramov committed Nov 8, 2021
1 parent 081832b commit e349915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ func (c *Commands) get(name string) (*Command, bool) {
for _, command := range c.Commands {
if command.Name == name {
if command.Env != "" {
Fatal("%s goal is referenced as an assertion but is environment dependant." +
"It is not supported yet. Make it as a simple alias for now.")
Fatal("%s goal is referenced as an assertion but is environment dependant."+
"It is not supported yet. Make it as a simple alias for now.", name)
}
return &command, true
}
Expand Down

0 comments on commit e349915

Please sign in to comment.