Leading space typo in a few console commands (#17993)

* Typo in debian.md

Leading space in console command caused "$" to be copied when clicking the copy button for the command.

* removed leading space on console commands that caused a formatting issue
This commit is contained in:
Thomas Burgess 2023-08-23 09:44:37 -05:00 committed by GitHub
parent bbe9996f46
commit b45087c12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ $ docker scout sbom --format list alpine
### Only display packages of a specific type
```console
$ docker scout sbom --format list --only-package-type apk alpine
$ docker scout sbom --format list --only-package-type apk alpine
```
### Display the full SBOM as json