From 97410df4f05a8ee8e4cf4f516969d69dce64b722 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Thu, 1 Aug 2024 08:40:37 +0000 Subject: [PATCH] docs/maintenance-upgrading: indent "either" commands improves readability --- docs/maintenance-upgrading-services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintenance-upgrading-services.md b/docs/maintenance-upgrading-services.md index 8b903fbb4..9c10a8ca8 100644 --- a/docs/maintenance-upgrading-services.md +++ b/docs/maintenance-upgrading-services.md @@ -8,8 +8,8 @@ To upgrade services: - update your playbook directory and all upstream Ansible roles (defined in the `requirements.yml` file) using: -- either: `just update` -- or: a combination of `git pull` and `just role` (or `make roles`) + - either: `just update` + - or: a combination of `git pull` and `just role` (or `make roles`) - take a look at [the changelog](../CHANGELOG.md) to see if there have been any backward-incompatible changes that you need to take care of