Skip to content
Snippets Groups Projects
Commit 57534cf7 authored by Misty De Meo's avatar Misty De Meo
Browse files

ArchRequirement: takes a single arch

Fixes Homebrew/homebrew#19646.
parent 7412a71e
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ class ArchRequirement < Requirement
fatal true
def initialize(arch)
@arch = arch
@arch = arch.pop
super
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