From d34a663b8cb9153ecf86f5122603a8dbf6cd3bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Wed, 18 Jan 2023 15:06:24 +0100 Subject: [PATCH] docs: fix linting Part-of: --- docs/administrator_documentation/upgrade_docs/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/administrator_documentation/upgrade_docs/docker.md b/docs/administrator_documentation/upgrade_docs/docker.md index 3379b7a68..c15a2bc8b 100644 --- a/docs/administrator_documentation/upgrade_docs/docker.md +++ b/docs/administrator_documentation/upgrade_docs/docker.md @@ -56,9 +56,9 @@ If you installed Funkwhale following the [Docker guide](../installation_docs/doc 10. Exit the root shell. - ```{code-block} sh - exit - ``` +```{code-block} sh +exit +``` That’s it! You’ve updated your Funkwhale pod. You should now see the new version running in your web browser.