Fix header placement in documentation guide.
This commit is contained in:
parent
4d1d8d7409
commit
c838c1d11b
1 changed files with 2 additions and 2 deletions
|
@ -59,11 +59,11 @@ variables you can use here:
|
||||||
* `repositories`: comma-separated paths of all repositories configured in the
|
* `repositories`: comma-separated paths of all repositories configured in the
|
||||||
current borgmatic configuration file
|
current borgmatic configuration file
|
||||||
|
|
||||||
|
## Global hooks
|
||||||
|
|
||||||
You can also use `before_everything` and `after_everything` hooks to perform
|
You can also use `before_everything` and `after_everything` hooks to perform
|
||||||
global setup or cleanup:
|
global setup or cleanup:
|
||||||
|
|
||||||
## Global hooks
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
hooks:
|
hooks:
|
||||||
before_everything:
|
before_everything:
|
||||||
|
|
Loading…
Reference in a new issue