Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit b90f195

Browse files
author
Luke Addison
committed
break correctly
1 parent 979a1ac commit b90f195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/puppet/puppet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ func (p *Puppet) writeHieraData(puppetPath string, cluster interfaces.Cluster) e
316316
workerMinCount = instancePool.MinCount()
317317
workerMaxCount = instancePool.MaxCount()
318318
workerInstancePoolName = instancePool.Name()
319+
break
319320
}
320-
break
321321
}
322322
}
323323

0 commit comments

Comments
 (0)