Skip to content

Commit 0f42d7f

Browse files
committed
Actually fix the deprecation error this time :)
1 parent 56580a0 commit 0f42d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
loaded_recipes = if run_context.respond_to?(:loaded_recipes)
2828
run_context.loaded_recipes
2929
else
30-
run_context.run_state[:seen_recipes]
30+
node.run_state[:seen_recipes]
3131
end
3232

3333
if loaded_recipes.include?('mysql::percona_repo')

0 commit comments

Comments
 (0)