From aaef9784292ceb4d03ba8fba8310f198e13a9eb4 Mon Sep 17 00:00:00 2001 From: Cory Knox Date: Wed, 19 Jul 2023 10:45:14 -0700 Subject: [PATCH] (maint) Adjust code spacing --- input/en-us/create/functions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/en-us/create/functions/index.md b/input/en-us/create/functions/index.md index ad5189674ae..978bc85f61c 100644 --- a/input/en-us/create/functions/index.md +++ b/input/en-us/create/functions/index.md @@ -146,7 +146,7 @@ The following are more advanced settings: Some environment variables are set based on options that are passed, configuration and/or features that are turned on: - * ChocolateyExitOnRebootDetected - Are we exiting on a detected reboot? Set by ` --exit-when-reboot-detected` or the feature `exitOnRebootDetected`. + * ChocolateyExitOnRebootDetected - Are we exiting on a detected reboot? Set by `--exit-when-reboot-detected` or the feature `exitOnRebootDetected`. * ChocolateyEnvironmentDebug - Was `--debug` passed? If using the built-in PowerShell host, this is always true (but only logs debug messages to console if `--debug` was passed). * ChocolateyEnvironmentVerbose - Was `--verbose` passed? If using the built-in PowerShell host, this is always true (but only logs verbose messages to console if `--verbose` was passed). * ChocolateyForce - Was `--force` passed?