Skip to content
Snippets Groups Projects
Unverified Commit 0a2e3814 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #4091 from MikeMcQuaid/formula-aliases-sort

formula: sort aliases in to_hash.
parents dcf20682 63c07061
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