From f254a365f20a8793368023fa96a2c17a9f75a132 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 21 Aug 2024 14:24:14 +0200 Subject: [PATCH] Revert "Revert "Removed redundant code formatting"" This reverts commit e09e1b476c6776ef9c289c47082dde60754628e7. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7035a9b..f6bd8ca 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ COMPOSE_FILE="$COMPOSE_FILE:compose.secret.yml" ``` Add your REST server url as secret: ``` -`abra app secret insert restic_repo v1 "rest:https://user:pass@host:8000/"` +abra app secret insert restic_repo v1 "rest:https://user:pass@host:8000/" ``` The secret will overwrite the `RESTIC_REPOSITORY` variable.