Class: CookbookFetcher::CheckoutCommand

Inherits:
Vagrant::Command::Base
  • Object
show all
Defined in:
lib/vagrant_cookbook_fetcher.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



306
307
308
309
310
# File 'lib/vagrant_cookbook_fetcher.rb', line 306

def execute
  Dir.chdir(@env.root_path) do
    CookbookFetcher.perform_fetch(@env.config.global, @env.ui)
  end
end