Skip to content

Commit

Permalink
Fix linter issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Jul 28, 2022
1 parent 7f632b9 commit 717b407
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/minify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ in `/etc/telegraf.conf` you can run

to build a Telegraf binary tailored to your configuration.
You can also specify a configuration directory similar to
Telegraf itself. To additionally use the configurations in
Telegraf itself. To additionally use the configurations in
`/etc/telegraf.d` run

```shell
# ./tools/minify/minify \
--config /etc/telegraf.conf \
Expand All @@ -48,11 +49,11 @@ Building a minified telegraf involves the following steps
The `minify` command above will run all those steps for you. However,
to have more control over the individual steps, `minify` provides
_commands_ for the individual steps of the process. The steps and the
associated commands are briefly described below. To get more help run
associated commands are briefly described below. To get more help run

```shell
# ./tools/minify/minify --help
```
```

or

Expand Down

0 comments on commit 717b407

Please sign in to comment.