Skip to content

Commit

Permalink
Specify package name in 02-exploring-a-package.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfarzan authored Apr 30, 2021
1 parent eee539b commit c313220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/book/03-packages/02-exploring-a-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In addition, you can use a kpt function such as `search-replace` to run a query
For example, to search for resources that have a field with path `spec.selector.tier`:

```shell
$ kpt fn eval --image gcr.io/kpt-fn/search-replace:unstable -- 'by-path=spec.selector.tier'
$ kpt fn eval --image gcr.io/kpt-fn/search-replace:unstable wordpress -- 'by-path=spec.selector.tier'
```

TODO(#1821): search-replace doesn't work.
Expand Down

0 comments on commit c313220

Please sign in to comment.