Skip to content

Commit a981c16

Browse files
committed
README: Fix podman exec command
1 parent 743da67 commit a981c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ To debug failures interactively, run
286286
DEBUG=1 tests/run [image]
287287

288288
which will sleep on failures. You can then attach to the running container
289-
image with e.g. `podman -itl bash`. The `/source` directory is mounted from the
289+
image with e.g. `podman exec -itl bash`. The `/source` directory is mounted from the
290290
host, i.e. edit files in your normal git checkout outside of the container, and
291291
re-run all tests in the container shell like above. You can also run a specific
292292
test:

0 commit comments

Comments
 (0)