Skip to content

Commit 0ecd1e8

Browse files
committed
Fix the line order in the "docker run" command example
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent bc2b382 commit 0ecd1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ you may use the Docker image to run pipelines as a single command:
2222
.. code-block:: bash
2323
2424
docker run --rm \
25-
ghcr.io/aboutcode-org/scancode.io:latest \
2625
-v "$(pwd)":/codedrop \
26+
ghcr.io/aboutcode-org/scancode.io:latest \
2727
run scan_codebase /codedrop \
2828
> results.json
2929

0 commit comments

Comments
 (0)