Skip to content

Commit

Permalink
cookstyle fix
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jan 20, 2025
1 parent 92ea0b7 commit 6fae708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ def owner
find_homebrew_username
rescue Chef::Exceptions::CannotDetermineHomebrewOwner
calculate_owner
end.tap do |owner|
Chef::Log.debug("Homebrew owner is #{owner}")
end
end.tap do |owner|
Chef::Log.debug("Homebrew owner is #{owner}")
end
end

private
Expand Down

0 comments on commit 6fae708

Please sign in to comment.