Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Dec 17, 2024
1 parent f65c740 commit cd98f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/boxcutter_site_settings/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
owner node.root_user
group node.root_group
mode '0644'
only_if { Dir.exist?('/etc/update-manager')}
only_if { Dir.exist?('/etc/update-manager') }
end
end

Expand Down

0 comments on commit cd98f18

Please sign in to comment.