Typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user