From 8c87b88a5e90b9188e8446597731a29fec782d35 Mon Sep 17 00:00:00 2001 From: John Gosset Date: Thu, 2 May 2024 11:23:53 +0900 Subject: [PATCH] docs: Use correct env var name to disable formatting (#360) --- docs/content/reference/hof-fmt/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/hof-fmt/_index.md b/docs/content/reference/hof-fmt/_index.md index 2eb473f9f..481519bb5 100644 --- a/docs/content/reference/hof-fmt/_index.md +++ b/docs/content/reference/hof-fmt/_index.md @@ -21,7 +21,7 @@ You will need Docker available to use this feature. Hof will pull and run containers in the background. You can disable this by setting an environment variable. -> `HOF_FORMAT_DISABLED=1` +> `HOF_FMT_DISABLED=1` {{}}