From b5dcce5d2aa6bf189bd3d7a3156b3c1a3538a707 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 8 Feb 2022 17:58:46 +0100 Subject: [PATCH] Adjust comment --- etc/restic/default.env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/restic/default.env.sh b/etc/restic/default.env.sh index 7f26e70..6903684 100644 --- a/etc/restic/default.env.sh +++ b/etc/restic/default.env.sh @@ -14,7 +14,7 @@ # shellcheck source=etc/restic/_global.env.sh . "$INSTALL_PREFIX/etc/restic/_global.env.sh" -# Below envvar will override those in _global.env.sh +# Envvars below those those in _global.env.sh if present. export RESTIC_REPOSITORY="b2:" # *EDIT* fill with your repo name