Minor doc update

This commit is contained in:
Mike Farah 2026-06-06 16:14:35 +10:00
parent 7620a727b5
commit 8fc8eedd3b

View File

@ -51,7 +51,7 @@ country: Australia
``` ```
then then
```bash ```bash
yq --security-enable-system-operator '.country = system("/usr/bin/echo"; "test")' sample.yml yq --security-enable-system-operator '.country = system("/bin/echo"; "test")' sample.yml
``` ```
will output will output
```yaml ```yaml
@ -67,7 +67,7 @@ a: hello
``` ```
then then
```bash ```bash
yq --security-enable-system-operator '.a = system("/usr/bin/echo")' sample.yml yq --security-enable-system-operator '.a = system("/bin/echo")' sample.yml
``` ```
will output will output
```yaml ```yaml