No more funny business with InsecureSkipVerify
This commit is contained in:
@@ -38,7 +38,6 @@ func (manager *Manager) Run () error {
|
||||
|
||||
for _, routine := range manager.Routines {
|
||||
if routine != nil {
|
||||
println("yeah")
|
||||
waitGroup.Add(1)
|
||||
go manager.runRoutine(routine, &waitGroup, &errExit)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user