From fe15069bf023c7975dae46f2d98153c6db9998d3 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sun, 31 Dec 2023 14:13:50 +0000 Subject: [PATCH] Also fix indentation in last bullet while we're here --- RELEASING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 123ec50..6f786f6 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -24,6 +24,6 @@ - [ ] Check installation: -```bash -python -m pip uninstall -y cherry_picker && python -m pip install -U cherry_picker && cherry_picker --version -``` + ```bash + python -m pip uninstall -y cherry_picker && python -m pip install -U cherry_picker && cherry_picker --version + ```