Skip to content
Snippets Groups Projects
Commit 63c07061 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

formula: sort aliases in to_hash.

Otherwise the ordering varies based on the filesystem.
parent dcf20682
No related branches found
No related tags found
No related merge requests found
......@@ -1523,7 +1523,7 @@ class Formula
"desc" => desc,
"homepage" => homepage,
"oldname" => oldname,
"aliases" => aliases,
"aliases" => aliases.sort,
"versions" => {
"stable" => stable&.version&.to_s,
"bottle" => !bottle_specification.checksums.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