mark shell code blocks as sh instead of bash (#7645)

This commit is contained in:
qlcom 2020-09-24 00:07:43 +06:00 committed by GitHub
parent 71c2497fd4
commit 1021dad5f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```