No need to reference Vagrant namespace directly here...
This commit is contained in:
parent
58237db675
commit
a206d23bc7
|
@ -138,7 +138,7 @@ module Vagrant
|
||||||
# Makes a call to the CLI with the given arguments as if they
|
# Makes a call to the CLI with the given arguments as if they
|
||||||
# came from the real command line (sometimes they do!)
|
# came from the real command line (sometimes they do!)
|
||||||
def cli(*args)
|
def cli(*args)
|
||||||
Vagrant::CLI.start(args.flatten, :env => self)
|
CLI.start(args.flatten, :env => self)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns the {UI} for the environment, which is responsible
|
# Returns the {UI} for the environment, which is responsible
|
||||||
|
|
Loading…
Reference in New Issue