Class: KnifeCookbookDependencies::CookbookDependenciesUpdate

Inherits:
CookbookDependenciesInstall show all
Defined in:
lib/chef/knife/cookbook_dependencies_update.rb

Direct Known Subclasses

CookbookDepsUpdate

Instance Method Summary collapse

Instance Method Details

#install_runObject



8
# File 'lib/chef/knife/cookbook_dependencies_update.rb', line 8

alias :install_run :run

#runObject



10
11
12
13
14
15
# File 'lib/chef/knife/cookbook_dependencies_update.rb', line 10

def run
  ::KCD.ui = ui

  Lockfile.remove!
  install_run
end