Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Jun 19, 2024
1 parent 2be5b59 commit c5d590d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,8 @@
action :add
end

rb_clamav_config "Configure ClamAV" do
action (manager_services["clamav"] ? :add : :remove)
rb_clamav_config 'Configure ClamAV' do
action(manager_services['clamav'] ? :add : :remove)
end

# Determine external
Expand Down

0 comments on commit c5d590d

Please sign in to comment.