fix: ensure latest checked out for recipe upgrade
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-29 13:35:42 +01:00
parent c905376472
commit b2d17a1829
5 changed files with 11 additions and 5 deletions

View File

@ -91,7 +91,7 @@ func ensureServerFlag() error {
// NewAction is the new app creation logic
func NewAction(c *cli.Context) error {
recipe := ValidateRecipeWithPrompt(c)
recipe := ValidateRecipeWithPrompt(c, false)
if err := recipePkg.EnsureUpToDate(recipe.Name); err != nil {
logrus.Fatal(err)