Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 09b3639

Browse files
committed
Fix indent
Signed-off-by: Tom Wilkie <[email protected]>
1 parent 8daad0b commit 09b3639

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ To generate the YAMLs for deploying Cortex:
5555

5656
# Monitoring for Cortex
5757

58-
To generate the Grafana dashboards and Prometheus alerts for Cortex:
58+
To generate the Grafana dashboards and Prometheus alerts for Cortex:
5959

60-
```console
61-
$ GO111MODULE=on go get github.com/monitoring-mixins/mixtool/cmd/mixtool
62-
$ GO111MODULE=on go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
63-
$ make build-mixin
64-
```
60+
```console
61+
$ GO111MODULE=on go get github.com/monitoring-mixins/mixtool/cmd/mixtool
62+
$ GO111MODULE=on go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
63+
$ make build-mixin
64+
```
6565

66-
This will leave all the alerts and dashboards in cortex-mixin/cortex-mixin.zip (or cortex-mixin/out).
66+
This will leave all the alerts and dashboards in cortex-mixin/cortex-mixin.zip (or cortex-mixin/out).
6767

68-
If you get an error like `cannot use cli.StringSliceFlag literal (type cli.StringSliceFlag) as type cli.Flag in slice literal` when installing (mixtool)[https://github.com/monitoring-mixins/mixtool/issues/27], make sure you set `GO111MODULE=on` before `go get`.
68+
If you get an error like `cannot use cli.StringSliceFlag literal (type cli.StringSliceFlag) as type cli.Flag in slice literal` when installing (mixtool)[https://github.com/monitoring-mixins/mixtool/issues/27], make sure you set `GO111MODULE=on` before `go get`.

0 commit comments

Comments
 (0)