From e09e1b476c6776ef9c289c47082dde60754628e7 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Wed, 21 Aug 2024 11:59:10 +0100 Subject: [PATCH] Revert "Removed redundant code formatting" This reverts commit 10e460ff2d5dbcd843338c45d1444d9f0efe9769. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b92caa6..4355349 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.