8000 Fix the invalid command in README.md (#193) · stern/stern@f6e76ba · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit f6e76ba

Browse files
Fix the invalid command in README.md (#193)
1 parent f6f4f64 commit f6e76ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ stern --template '{{.Message}} ({{.Namespace}}/{{color .PodColor .PodName}}/{{co
206206
Output using a custom template with `parseJSON`:
207207

208208
```
209-
stern . --template='{{.PodName}}/{{.ContainerName}} {{with $d := .Message | parseJSON}}[{{$d.level}}] {{$d.message}}{{end}}{{"\n"}}' backend
209+
stern --template='{{.PodName}}/{{.ContainerName}} {{with $d := .Message | parseJSON}}[{{$d.level}}] {{$d.message}}{{end}}{{"\n"}}' backend
210210
```
211211

212212
Trigger the interactive prompt to select an 'app.kubernetes.io/instance' label value:

0 commit comments

Comments
 (0)
0