We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8541391 commit b65274eCopy full SHA for b65274e
1 file changed
chef-server-webui/app/controllers/cookbooks.rb
@@ -59,8 +59,7 @@ def show
59
# by default always show the largest version number (assuming largest means most recent)
60
@other_versions = versions - [version]
61
raise NotFound unless @cookbook
62
- require 'pp'
63
- pp @cookbook
+
64
@manifest = @cookbook.manifest
65
display @cookbook
66
rescue => e
0 commit comments