forked from toolshed/abra
		
	fix: sync to latest before commits come in
Follows from a4989e383402e5c1af0b9713a3ad4f50ab5581e5
This commit is contained in:
		| @ -61,6 +61,10 @@ You may invoke this command in "wizard" mode and be prompted for input: | |||||||
| 	Action: func(c *cli.Context) error { | 	Action: func(c *cli.Context) error { | ||||||
| 		recipe := internal.ValidateRecipeWithPrompt(c, true) | 		recipe := internal.ValidateRecipeWithPrompt(c, true) | ||||||
|  |  | ||||||
|  | 		if err := recipePkg.EnsureUpToDate(recipe.Name); err != nil { | ||||||
|  | 			logrus.Fatal(err) | ||||||
|  | 		} | ||||||
|  |  | ||||||
| 		bumpType := btoi(internal.Major)*4 + btoi(internal.Minor)*2 + btoi(internal.Patch) | 		bumpType := btoi(internal.Major)*4 + btoi(internal.Minor)*2 + btoi(internal.Patch) | ||||||
| 		if bumpType != 0 { | 		if bumpType != 0 { | ||||||
| 			// a bitwise check if the number is a power of 2 | 			// a bitwise check if the number is a power of 2 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user