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

Merge pull request #5860 from jonchang/pretty-arch

arch: actually show required architecture
parents bb66b747 d2e6d04f
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,8 @@ class ArchRequirement < Requirement
def message
"This formula requires an #{@arch} architecture."
end
def display_s
"#{@arch} architecture"
end
end
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