No need to reference Vagrant namespace directly here...

This commit is contained in:
Mitchell Hashimoto 2010-08-26 23:33:44 -07:00
parent 58237db675
commit a206d23bc7
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ module Vagrant
# Makes a call to the CLI with the given arguments as if they
# came from the real command line (sometimes they do!)
def cli(*args)
Vagrant::CLI.start(args.flatten, :env => self)
CLI.start(args.flatten, :env => self)
end
# Returns the {UI} for the environment, which is responsible