Skip to content

Commit

Permalink
Actually fix the deprecation error this time :)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 7, 2013
1 parent 56580a0 commit 0f42d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
loaded_recipes = if run_context.respond_to?(:loaded_recipes)
run_context.loaded_recipes
else
run_context.run_state[:seen_recipes]
node.run_state[:seen_recipes]
end

if loaded_recipes.include?('mysql::percona_repo')
Expand Down

0 comments on commit 0f42d7f

Please sign in to comment.