Skip to content

Commit 5b96156

Browse files
committed
Fix trait definition
1 parent d940706 commit 5b96156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo2docker/docker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ class DockerEngine(ContainerEngine):
7575
)
7676

7777
extra_buildx_build_args = List(
78-
Unicode,
78+
[Unicode],
7979
[],
8080
help="""
8181
Extra commandline arguments to pass to `docker buildx build` when building the image.
8282
""",
83-
help=True
83+
config=True
8484
)
8585

8686
def __init__(self, *, parent):

0 commit comments

Comments
 (0)