Revert "Removed redundant code formatting"
All checks were successful
continuous-integration/drone/push Build is passing

This reverts commit 10e460ff2d5dbcd843338c45d1444d9f0efe9769.
This commit is contained in:
KawaiiPunk 2024-08-21 11:59:10 +01:00
parent 72688dc42c
commit e09e1b476c
No known key found for this signature in database
GPG Key ID: 8664A690E094B219

View File

@ -95,7 +95,7 @@ COMPOSE_FILE="$COMPOSE_FILE:compose.secret.yml"
```
Add your REST server url as secret:
```
abra app secret insert <backupbot_name> restic_repo v1 "rest:https://user:pass@host:8000/"
`abra app secret insert <backupbot_name> restic_repo v1 "rest:https://user:pass@host:8000/"`
```
The secret will overwrite the `RESTIC_REPOSITORY` variable.