diff options
author | John <john.mccrae@progress.com> | 2023-04-20 15:36:18 -0700 |
---|---|---|
committer | John <john.mccrae@progress.com> | 2023-04-20 15:36:18 -0700 |
commit | 96dd43561b58f1ea7677abff269e15bd9f474c42 (patch) | |
tree | aa07428dd32543f9787541bc56ac43aa4517378a | |
parent | 360b5312646e4f13704b6adaa077c3d88155c069 (diff) | |
download | chef-96dd43561b58f1ea7677abff269e15bd9f474c42.tar.gz |
Fixing a linting issue
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r-- | habitat/plan.ps1 | 2 |
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" |