forked from toolshed/abra
		
	fix: Change error message to reflect RECIPE -> TYPE
Closes coop-cloud/organising#409
This commit is contained in:
		@ -173,7 +173,7 @@ func newApp(env AppEnv, name string, appFile AppFile) (App, error) {
 | 
			
		||||
	if !exists {
 | 
			
		||||
		recipe, exists = env["TYPE"]
 | 
			
		||||
		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)
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user