feat(slack): enable -format-one-line-text with -to-slack (#792)

This commit is contained in:
Kota Kanbe
2019-03-18 13:56:49 +09:00
committed by GitHub
parent 1723c3f6a0
commit d630680a51
2 changed files with 20 additions and 14 deletions

View File

@@ -304,7 +304,6 @@ func detectContainerOSes(timeoutSec int) (actives, inactives []osTypeInterface)
})
inactives = append(inactives)
util.Log.Errorf("Timed out: %s", servername)
}
}
}