mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
parent
d6a3b8a433
commit
a438e85418
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ module Vagrant
|
|||
# @param [Proc] block
|
||||
# the block to execute with the cleaned environment
|
||||
#
|
||||
def with_clean_env(&block)
|
||||
def self.with_clean_env(&block)
|
||||
original = ENV.to_hash
|
||||
|
||||
ENV.delete('_ORIGINAL_GEM_PATH')
|
||||
|
|
|
|||
Loading…
Reference in a new issue