From 10e460ff2d5dbcd843338c45d1444d9f0efe9769 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Mon, 19 Aug 2024 14:53:48 +0100 Subject: [PATCH] Removed redundant code formatting --- 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.