Skip to content

Commit

Permalink
concat
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 4, 2024
1 parent 4de573f commit 9ceb1b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def elementary_task(
]

if len(cmd_args):
args.append(cmd_args)
args = [*args, *cmd_args]

logging.info(f"sh commands to run in pod: {args}")

Expand Down

0 comments on commit 9ceb1b3

Please sign in to comment.