Skip to content

Commit

Permalink
Fix the missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
shambupujar committed Nov 27, 2024
1 parent e55c731 commit 689402c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node-runner-cli/commands/dockercommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def dockercommand(dockercommand_args=[], parent=docker_parser):
default="",
choices=["true", "false"],
)
]
)
def config(args):
"""
Expand Down

0 comments on commit 689402c

Please sign in to comment.