style: correct error formatting ST1005
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6f0eff5919
commit
8f9ffa0667
@ -36,7 +36,7 @@ var appRemoveCommand = &cli.Command{
|
||||
Action: func(c *cli.Context) error {
|
||||
appName := c.Args().First()
|
||||
if appName == "" {
|
||||
internal.ShowSubcommandHelpAndError(c, errors.New("No app name provided!"))
|
||||
internal.ShowSubcommandHelpAndError(c, errors.New("no app name provided"))
|
||||
}
|
||||
|
||||
if !internal.Force {
|
||||
|
Loading…
x
Reference in New Issue
Block a user