Skip to content

Commit 729bbec

Browse files
committed
fix
1 parent ecf16b0 commit 729bbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wodoo/lib_robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def params():
471471
finally:
472472
# ensure that the seleniumdriver is stopped
473473
Commands.invoke(ctx, "kill", machines=[selenium_service_name])
474-
Commands.invoke(ctx, "remove", machines=[selenium_service_name])
474+
Commands.invoke(ctx, "rm", machines=[selenium_service_name])
475475
click.secho(
476476
f"Stopped seleniumdriver {selenium_service_name} container",
477477
fg="yellow",

0 commit comments

Comments
 (0)