Skip to content
Snippets Groups Projects
Commit 22f76530 authored by Gabriel's avatar Gabriel
Browse files

Lint os/mac/formula

parent 848b3380
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,10 @@ class Formula
args.each { |key, version| args[key] = OS::Mac::Version.from_symbol(version) }
return false if args[:after] && OS::Mac.version < args[:after]
return false if args[:before] && OS::Mac.version >= args[:before]
return true
true
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment