mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-02 23:34:48 +08:00
Fix typo (#1222)
This commit is contained in:
@@ -4,4 +4,4 @@ Use `eval` to dynamically process an expression - for instance from an environme
|
||||
|
||||
`eval` takes a single argument, and evaluates that as a `yq` expression. Any valid expression can be used, beit a path `.a.b.c | select(. == "cat")`, or an update `.a.b.c = "gogo"`.
|
||||
|
||||
Tip: This can be useful way parameterise complex scripts.
|
||||
Tip: This can be useful way parameterize complex scripts.
|
||||
|
||||
Reference in New Issue
Block a user