Method: Chef::Formatters::Base#cookbook_sync_failed

Defined in:
lib/chef/formatters/base.rb

#cookbook_sync_failed(cookbooks, exception) ⇒ Object



133
134
135
136
# File 'lib/chef/formatters/base.rb', line 133

def cookbook_sync_failed(cookbooks, exception)
  description = ErrorMapper.cookbook_sync_failed(cookbooks, exception)
  display_error(description)
end