Make pre-commit happy
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2415>
This commit is contained in:
parent
edb493a599
commit
8a8ae1d272
|
@ -323,6 +323,7 @@ Nginx isn't preinstalled on Debian. You can install it by running the following
|
|||
$ sudo apt update
|
||||
$ sudo apt install nginx
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
% Nginx update instructions
|
||||
|
|
|
@ -176,6 +176,7 @@ Nginx isn't preinstalled on Debian. You can install it by running the following
|
|||
$ sudo apt update
|
||||
$ sudo apt install nginx
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
% Nginx update instructions
|
||||
|
|
|
@ -257,4 +257,4 @@ gettext_compact = False
|
|||
|
||||
# Don't copy prompts with copybutton
|
||||
|
||||
copybutton_exclude = '.linenos, .gp'
|
||||
copybutton_exclude = ".linenos, .gp"
|
||||
|
|
Loading…
Reference in New Issue