Update Formula#to_hash for tweaked conflicts implementation
This commit is contained in:
parent
8b9a3a560f
commit
a1e30cdd3a
@ -519,7 +519,7 @@ class Formula
|
||||
"linked_keg" => (linked_keg.realpath.basename.to_s if linked_keg.exist?),
|
||||
"keg_only" => keg_only?,
|
||||
"dependencies" => deps.map {|dep| dep.to_s},
|
||||
"conflicts_with" => conflicts.map {|c| c.formula},
|
||||
"conflicts_with" => conflicts.map(&:name),
|
||||
"options" => [],
|
||||
"caveats" => caveats
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user