Skip to content

Commit a59be83

Browse files
fix(post): Fixed bash command
1 parent a2afcc6 commit a59be83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2021-11-20-grafana-loki.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
## Loki Config
7777
7878
```bash
79-
touch nano loki/loki-config.yml
79+
nano loki/loki-config.yml
8080
```
8181

8282
`loki-config.yml`
@@ -117,7 +117,7 @@ ruler:
117117
## Promtail Config
118118
119119
```bash
120-
touch nano promtail/promtail-config.yml
120+
nano promtail/promtail-config.yml
121121
```
122122

123123
`promtail-config.yml`

0 commit comments

Comments
 (0)