Skip to content

Commit 08d24e0

Browse files
authored
s2n's config wasn't getting passed into the Project constructor correctly (#141)
1 parent 0a6406e commit 08d24e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/imports/s2n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ def __init__(self, **kwargs):
3030
super().__init__(
3131
account='awslabs',
3232
imports=['aws-lc'],
33-
config=config,
3433
url='https://github.com/aws/s2n-tls.git',
34+
**config,
3535
**kwargs)

0 commit comments

Comments
 (0)