Skip to content

Commit 2a69c09

Browse files
committed
Try no shell, with --force-interactive
1 parent 5531a16 commit 2a69c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source_repo/svn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def _build_cli_commands(ctx: Context) -> dict:
170170
# However, it needs to be checked for on every job
171171
expect = []
172172
expect.append(
173-
("(R)eject, accept (t)emporarily or accept (p)ermanently?", "p"),
173+
("accept (p)ermanently", "p"),
174174
)
175175
ctx.job["config"].update(
176176
{

0 commit comments

Comments
 (0)