Bugfix related to recipe.spec reader.
This commit is contained in:
parent
f1cf318708
commit
9db8704a78
@ -184,9 +184,9 @@ class Package::Recipe
|
||||
next
|
||||
end
|
||||
|
||||
name, value = match
|
||||
key, value = match
|
||||
|
||||
@options[name] = value
|
||||
@options[key] = value
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user