fix: change error message to reflect RECIPE -> TYPE #274
@ -173,7 +173,7 @@ func newApp(env AppEnv, name string, appFile AppFile) (App, error) {
|
|||||||
if !exists {
|
if !exists {
|
||||||
recipe, exists = env["TYPE"]
|
recipe, exists = env["TYPE"]
|
||||||
if !exists {
|
if !exists {
|
||||||
return App{}, fmt.Errorf("%s is missing the RECIPE env var", name)
|
return App{}, fmt.Errorf("%s is missing the TYPE env var?", name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user