summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-04-20 15:36:18 -0700
committerJohn <john.mccrae@progress.com>2023-04-25 18:41:10 -0700
commitd544b755a0913e26c5f7b934d3b59d6e9420f9ae (patch)
tree27d89dff13319c37021421928b68d6b79ce767aa
parentd91f0b876058bd0012a1326eec89052c087e5d43 (diff)
downloadchef-d544b755a0913e26c5f7b934d3b59d6e9420f9ae.tar.gz
Fixing a linting issue
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--habitat/plan.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index 599ff11f27..6e457036e3 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -35,7 +35,7 @@ function Invoke-Begin {
function Invoke-SetupEnvironment {
Push-RuntimeEnv -IsPath GEM_PATH "$pkg_prefix/vendor"
- Set-RuntimeEnv APPBUNDLER_ALLOW_RVM "true" # prevent appbundler from clearing out the carefully constructed runtime GEM_PATHwindows
+ Set-RuntimeEnv APPBUNDLER_ALLOW_RVM "true" # prevent appbundler from clearing out the carefully constructed runtime GEM_PATH
Set-RuntimeEnv FORCE_FFI_YAJL "ext" # Always use the C-extensions because we use MRI on all the things and C is fast.
Set-RuntimeEnv -IsPath SSL_CERT_FILE "$(Get-HabPackagePath cacerts)/ssl/cert.pem"
Set-RuntimeEnv LANG "en_US.UTF-8"