fix: better error

This commit is contained in:
2022-01-01 21:46:24 +01:00
parent 49f565e5db
commit 3119220c21
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ recipe and domain in the sample environment config).
recipeName := c.Args().First()
if recipeName == "" {
internal.ShowSubcommandHelpAndError(c, errors.New("no recipe provided"))
internal.ShowSubcommandHelpAndError(c, errors.New("no recipe name provided"))
}
directory := path.Join(config.RECIPES_DIR, recipeName)