Skip to content
Snippets Groups Projects
Unverified Commit 690b7a38 authored by Dawid Dziurla's avatar Dawid Dziurla Committed by GitHub
Browse files

Remove 'run' from generic binaries list

parent af98c159
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ module FormulaCellarChecks
def check_generic_executables(bin)
return unless bin.directory?
generic_names = %w[run service start stop]
generic_names = %w[service start stop]
generics = bin.children.select { |g| generic_names.include? g.basename.to_s }
return if generics.empty?
......
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