Skip to content

Commit

Permalink
docs: fix exit flag reference on agent (hashicorp#12401)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn authored and jartek committed Sep 11, 2021
1 parent 46bae6c commit fc0bf70
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 fc0bf70

Please sign in to comment.