1
0
This commit is contained in:
dump_stack() 2023-01-31 09:56:49 +00:00
parent 330da3b930
commit ce8f8d3a38
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

2
pew.go
View File

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