Browse Source

Fix mardownlint failures of offline (#7108)

This fixes the following failures:

./contrib/offline/README.md:14:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ ./manage-offline-container-i..."]
./contrib/offline/README.md:20:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ ./manage-offline-container-i..."]
pull/7109/head
Kenichi Omichi 3 years ago
committed by GitHub
parent
commit
2585e72a30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      contrib/offline/README.md

4
contrib/offline/README.md

@ -11,11 +11,11 @@ Then we will run step(2) for registering the images to local registry.
Step(1) can be operated with:
```shell
$ ./manage-offline-container-images.sh create
manage-offline-container-images.sh create
```
Step(2) can be operated with:
```shell
$ ./manage-offline-container-images.sh register
manage-offline-container-images.sh register
```
Loading…
Cancel
Save