Skip to content

Commit

Permalink
docs: fix exit flag reference on agent (#12401)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn committed Aug 24, 2021
1 parent 6545dc1 commit 4eff2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/agent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ section.

For requests from the templating engine, Agent will reset its retry counter and
perform retries again once all retries are exhausted. This means that templating
will retry on failures indefinitely unless `exit_after_retry_failure` from the
will retry on failures indefinitely unless `exit_on_retry_failure` from the
[`template_config`][template-config] stanza is set to `true`.

Here are the options for the `retry` stanza:
Expand Down

0 comments on commit 4eff2e3

Please sign in to comment.