Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Update loaded_recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rud5G committed Jun 13, 2014
1 parent e13172a commit fdbdac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures ZF2'
long_description 'Installs/Configures ZF2'
version '0.3.8'
version '0.3.9'

depends 'baseserver', '~> 0.7.3'

Expand Down
2 changes: 1 addition & 1 deletion recipes/projects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Chef::Log.info(Chef::Config.inspect)
# Chef::Log.info(node.inspect)

Chef::Log.info(loaded_recipes.inspect)
Chef::Log.info(run_context.loaded_recipes.inspect)

# Get the Chef::CookbookVersion for the current cookbook
cb = run_context.cookbook_collection[cookbook_name]
Expand Down

0 comments on commit fdbdac2

Please sign in to comment.