This commit is contained in:
		
							parent
							
								
									7c46fdd886
								
							
						
					
					
						commit
						2a545daedb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -319,7 +319,7 @@ func (c *Container) GetTechs() (apps.AppTechs, error) {
 | 
				
			||||||
		return techs, err
 | 
							return techs, err
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	techsRaw := strings.Split(string(*stdouterr), "\n")
 | 
						techsRaw := strings.Fields(string(*stdouterr))
 | 
				
			||||||
	for _, techRaw := range techsRaw {
 | 
						for _, techRaw := range techsRaw {
 | 
				
			||||||
		techParts := strings.Split(techRaw, "-")
 | 
							techParts := strings.Split(techRaw, "-")
 | 
				
			||||||
		if len(techParts) == 2 {
 | 
							if len(techParts) == 2 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue