Skip to content

Commit abb7717

Browse files
authored
doc: Minor fix to quotes used in search-replace args
1 parent 86c4e93 commit abb7717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/book/01-getting-started/02-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ instance, you can automatically search and replace all the occurrences of `app`
5959
name on resources in the package using path expressions:
6060

6161
```shell
62-
$ kpt fn eval --image gcr.io/kpt-fn/search-replace:v0.1 -- 'by-path=spec.**.app' 'put-value=my-nginx'
62+
$ kpt fn eval --image gcr.io/kpt-fn/search-replace:v0.1 -- by-path='spec.**.app' put-value=my-nginx
6363
```
6464

6565
To see what changes were made to the local package:

0 commit comments

Comments
 (0)