core: IsEnvSet remove invert opt

This commit is contained in:
Mitchell Hashimoto 2015-10-08 10:38:18 -04:00
parent 31ae00cfc3
commit 9e371277a9
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ module Vagrant
@app = app
@logger = Log4r::Logger.new("vagrant::action::builtin::is_env_set")
@key = key
@invert = !!opts[:invert]
end
def call(env)