Skip to content

Commit

Permalink
Add caller traces
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <powell@progress.com>
  • Loading branch information
tpowell-progress committed Mar 1, 2024
1 parent 4b2de58 commit 98f4efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/resource/private_key.rb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def new_key_with_path
puts ">> else nil"
[ nil, path ]
end

Check warning on line 230 in lib/chef/resource/private_key.rb

View workflow job for this annotation

GitHub Actions / chefstyle

[Correctable] Layout/EndAlignment: end at 230, 10 is not aligned with if at 207, 19.
things.tap { |x| puts "new_key_with_path #{x}" }
things.tap { |x| puts "new_key_with_path #{x}"; puts caller }
end

def load_current_resource
Expand Down

0 comments on commit 98f4efc

Please sign in to comment.