summaryrefslogtreecommitdiff
path: root/tools/README.md
diff options
context:
space:
mode:
authorqlcom <nocontent@tutanota.com>2020-09-24 00:07:43 +0600
committerGitHub <noreply@github.com>2020-09-23 14:07:43 -0400
commit1021dad5f61d4328f02786f02687aecdab11bcfc (patch)
treeaf5e2e1546a7f92b2ed38cb320ab25a63fbe7639 /tools/README.md
parent71c2497fd47829a177b81a884b75f705272156b2 (diff)
mark shell code blocks as sh instead of bash (#7645)
Diffstat (limited to 'tools/README.md')
-rw-r--r--tools/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/README.md b/tools/README.md
index 5f3a8c476..ad4dfa603 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
```