summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/onboarding-extras.md')
-rw-r--r--doc/onboarding-extras.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index c9fbc56ad0..a44a55987f 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -34,11 +34,12 @@ request.
they pass, **probably** minor or patch
* A breaking change helper
([full source](https://gist.github.com/chrisdickinson/ba532fa0e4e243fb7b44)):
- ```sh
- SHOW=$(git show-ref -d $(git describe --abbrev=0) | tail -n1 | awk '{print $1}')
- git checkout $(git show -s --pretty='%T' $SHOW) -- test
- make -j4 test
- ```
+
+ ```sh
+ SHOW=$(git show-ref -d $(git describe --abbrev=0) | tail -n1 | awk '{print $1}')
+ git checkout $(git show -s --pretty='%T' $SHOW) -- test
+ make -j4 test
+ ```
### LTS/Version labels