Fix serialization of used_options

This commit is contained in:
Jack Nagel 2013-02-16 21:19:35 -06:00
parent f93b4f44ad
commit 57337a0748

View File

@ -504,7 +504,7 @@ class Formula
hsh["installed"] << {
"version" => keg.basename.to_s,
"used_options" => tab.used_options,
"used_options" => tab.used_options.map(&:flag),
"built_as_bottle" => tab.built_bottle
}
end