Skip to content

Commit

Permalink
Update script.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored May 21, 2020
1 parent 2d64086 commit 458b501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/script.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (e *Script) FloatGetter(script string) FloatGetter {
}
}

// BoolGetter parses bool from exec result. "on", "true" and 1 are considerd truish.
// BoolGetter parses bool from exec result. "on", "true" and 1 are considered truish.
func (e *Script) BoolGetter(script string) BoolGetter {
exec := e.StringGetter(script)

Expand Down

0 comments on commit 458b501

Please sign in to comment.