Remove inadvertantly added extra line

This commit is contained in:
mseashor 2018-03-05 16:15:59 -08:00
parent 72eaa2fb62
commit 412d9244c8
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ func (state *HelmState) SyncReleases(helm helmexec.Interface, additonalValues []
if workerLimit < 1 {
workerLimit = len(state.Releases)
}
for w := 1; w <= workerLimit; w++ {
go func() {
for release := range jobQueue {