diff options
author | Dan Webb <dan.webb@damacus.io> | 2020-04-18 17:19:38 +0100 |
---|---|---|
committer | Dan Webb <dan.webb@damacus.io> | 2020-04-18 17:24:00 +0100 |
commit | 3cb31bfb962a9d1c0075b4d62d540752dc9ff683 (patch) | |
tree | 7f289cdc64ff2fd7783adac27cc1ae29703c59bc /omnibus/omnibus-test.ps1 | |
parent | 4a7b20bc53ee7f43d5ff7a0e3c844959093914d7 (diff) | |
download | chef-3cb31bfb962a9d1c0075b4d62d540752dc9ff683.tar.gz |
[FIX DEPRECATION] with_clean_env is deprecated
clean_env is now unbundled
Signed-off-by: Daniel Webb <dan.webb@damacus.io>
Diffstat (limited to 'omnibus/omnibus-test.ps1')
-rw-r--r-- | omnibus/omnibus-test.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/omnibus-test.ps1 b/omnibus/omnibus-test.ps1 index 5585a97638..45b6ba5d27 100644 --- a/omnibus/omnibus-test.ps1 +++ b/omnibus/omnibus-test.ps1 @@ -28,7 +28,7 @@ $Env:TMP = "C:\cheftest" Remove-Item -Recurse -Force $Env:TEMP -ErrorAction SilentlyContinue New-Item -ItemType directory -Path $Env:TEMP -# FIXME: we should really use Bundler.with_clean_env in the caller instead of re-inventing it here +# FIXME: we should really use Bundler.with_unbundled_env in the caller instead of re-inventing it here Remove-Item Env:_ORIGINAL_GEM_PATH -ErrorAction SilentlyContinue Remove-Item Env:BUNDLE_BIN_PATH -ErrorAction SilentlyContinue Remove-Item Env:BUNDLE_GEMFILE -ErrorAction SilentlyContinue |