Skip to content

Commit

Permalink
fix(pathc): update cli example for multiple selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jul 12, 2023
1 parent 20d1c15 commit 4b465c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ patches that will be applied in order;
{ "_format_version": "1.0",
"patches": [
{ "selector": "$..services[*]",
{ "selectors": [
"$..services[*]"
],
"values": {
"read_timeout": 10000,
"_comment": "comment injected by patching"
Expand Down

0 comments on commit 4b465c9

Please sign in to comment.