Skip to content

Commit

Permalink
Fix mardownlint failures of offline (kubernetes-sigs#7108)
Browse files Browse the repository at this point in the history
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..."]
  • Loading branch information
oomichi committed Jan 7, 2021
1 parent 837fca1 commit 2585e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/offline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 2585e72

Please sign in to comment.