forked from toolshed/abra
		
	test: int suite fixes
This commit is contained in:
		@ -64,7 +64,7 @@ EXAMPLE:
 | 
			
		||||
			app.Recipe.Version = specificVersion
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if specificVersion == "" && app.Recipe.Version != "" {
 | 
			
		||||
		if specificVersion == "" && app.Recipe.Version != "" && !internal.Chaos {
 | 
			
		||||
			log.Debugf("retrieved %s as version from env file", app.Recipe.Version)
 | 
			
		||||
			specificVersion = app.Recipe.Version
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user