From 1021dad5f61d4328f02786f02687aecdab11bcfc Mon Sep 17 00:00:00 2001 From: qlcom Date: Thu, 24 Sep 2020 00:07:43 +0600 Subject: [PATCH] mark shell code blocks as sh instead of bash (#7645) --- tools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index 5f3a8c476d..ad4dfa603b 100644 --- a/tools/README.md +++ b/tools/README.md @@ -9,7 +9,7 @@ is a prerequisite to run this before code check in. To run formatting: -```bash +```sh ./tools/format.py ``` @@ -20,6 +20,6 @@ It is a prerequisite to run this before code check in. To run linting: -```bash +```sh ./tools/lint.py ```