Skip to content

Commit 0899574

Browse files
author
Tom van Dijck
committed
Fix typo.
1 parent 56917bb commit 0899574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ local pm = p.packagemanager
7878
function pm.buildVariantsFromFilter(filter)
7979
local action = pm.translateAction(filter.action)
8080
local arch = pm.translateArchitecture(filter.architecture)
81-
local config = pm.translateConfig(filter.configuration)
81+
local config = pm.translateConfig(filter.configurations)
8282

8383
local result = {}
8484
for _, sys in ipairs(filter.system) do

0 commit comments

Comments
 (0)