Method: Chef::Formatters::Minimal#cookbook_sync_start
- Defined in:
- lib/chef/formatters/minimal.rb
#cookbook_sync_start(cookbook_count) ⇒ Object
Called before cookbook sync starts
99 100 101 |
# File 'lib/chef/formatters/minimal.rb', line 99 def cookbook_sync_start(cookbook_count) puts "Synchronizing cookbooks" end |