Skip to content

Commit

Permalink
Fix 'popper sh' command
Browse files Browse the repository at this point in the history
  • Loading branch information
ivotron committed Jun 5, 2020
1 parent 59fa7bd commit 7290faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/popper/commands/cmd_sh.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def cli(ctx, file, step, entrypoint):
step.runs = entrypoint

# configure runner so containers execute in attached mode and create a tty
config = ConfigLoader.load(engine_name="docker", detach=False, tty=True)
config = ConfigLoader.load(engine_name="docker", pty=True)

with WorkflowRunner(config) as runner:
try:
Expand Down

0 comments on commit 7290faf

Please sign in to comment.