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