style: correct error formatting ST1005
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Roxie Gibson 2021-08-12 14:41:35 +01:00
parent 6f0eff5919
commit 8f9ffa0667
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 1 additions and 1 deletions

View File

@ -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 {