Archived
3
0

Bugfix related to recipe.spec reader.

This commit is contained in:
Luka Vandervelden 2019-08-03 15:52:11 +02:00
parent f1cf318708
commit 9db8704a78

View File

@ -184,9 +184,9 @@ class Package::Recipe
next
end
name, value = match
key, value = match
@options[name] = value
@options[key] = value
end
end
end