Skip to content

Commit 4b35192

Browse files
committed
docs: reference: remove trailing space to fix yaml formatting
This was introduced in 41a5e0e, and having the trailing whitespace causes the yamldocs generator to switch to "compact" formatting, which makes that yaml hard to read. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent c23d45f commit 4b35192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/reference/commandline

docs/reference/commandline/cp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ you must be explicit with a relative or absolute path, for example:
9494
Copy a local file into container
9595

9696
```console
97-
$ docker cp ./some_file CONTAINER:/work
97+
$ docker cp ./some_file CONTAINER:/work
9898
```
9999

100100
Copy files from container to local path

0 commit comments

Comments
 (0)