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

This commit is contained in:
KawaiiPunk 2024-08-19 14:53:48 +01:00
parent f2d0b92fa3
commit 10e460ff2d
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.