Skip to content

Commit

Permalink
Remove macos10?
Browse files Browse the repository at this point in the history
Differential Revision: D60202612

fbshipit-source-id: b688b7319c0455e517aebdc8ac5eff7a47fe729e
  • Loading branch information
Amad Aslam authored and facebook-github-bot committed Jul 31, 2024
1 parent 66199c2 commit 78efef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/fb_ntp/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
end

service service_name do
not_if { node.macos? && !node.macos10? }
not_if { node.macos? }
action [:enable, :start]
end

Expand Down

0 comments on commit 78efef7

Please sign in to comment.