From 2585e72a303f02feb5e5210175c47bed6288d2e7 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Wed, 6 Jan 2021 23:45:45 -0800 Subject: [PATCH] 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..."] --- contrib/offline/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/offline/README.md b/contrib/offline/README.md index aa404534c..0252e5079 100644 --- a/contrib/offline/README.md +++ b/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 ```