Skip to content

Commit 891cfa1

Browse files
committed
fix
1 parent 0ab8e82 commit 891cfa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/throttle/throttler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ func (throttler *Throttler) refreshMySQLInventory() error {
333333
}
334334
}
335335
if len(totalHosts) == 0 {
336-
if throttler.bypassOnNoHostsFound {
336+
if throttler.BypassOnNoHostsFound {
337337
log.Debugf("No hosts for pool: %+v, but bypass is enabled", poolName)
338338
return nil
339339
}

0 commit comments

Comments
 (0)