1
0
This commit is contained in:
2023-01-31 09:56:49 +00:00
parent 330da3b930
commit ce8f8d3a38

2
pew.go
View File

@ -106,7 +106,7 @@ func (cmd PewCmd) Run(g *Globals) (err error) {
return
}
if successRate(state) < *threshold {
if successRate(state) < cmd.Threshold {
err = errors.New("reliability threshold not met")
}
return