Skip to content

Commit 05c9197

Browse files
jpmensdanielnelson
authored andcommitted
Fix grammar in exec input readme (influxdata#4740)
1 parent 1a437e5 commit 05c9197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/inputs/exec/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This script produces static values, since no timestamp is specified the values a
4040
echo 'example,tag1=a,tag2=b i=42i,j=43i,k=44i'
4141
```
4242

43-
It can be paired with the following configuration and will be ran at the `interval` of the agent.
43+
It can be paired with the following configuration and will be run at the `interval` of the agent.
4444
```toml
4545
[[inputs.exec]]
4646
commands = ["sh /tmp/test.sh"]

0 commit comments

Comments
 (0)