summaryrefslogtreecommitdiff
path: root/lib/chef/formatters/doc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/formatters/doc.rb')
-rw-r--r--lib/chef/formatters/doc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/formatters/doc.rb b/lib/chef/formatters/doc.rb
index a40efb7298..a5d7e210c5 100644
--- a/lib/chef/formatters/doc.rb
+++ b/lib/chef/formatters/doc.rb
@@ -134,7 +134,7 @@ class Chef
end
# Called when cookbook +cookbook+ has been sync'd
- def synchronized_cookbook(cookbook)
+ def synchronized_cookbook(cookbook_name, cookbook)
puts_line "- #{cookbook.name} (#{cookbook.version})"
end