From 8eb7d56fdd4d8c9ab0cb6c1e3469a82eb80158f3 Mon Sep 17 00:00:00 2001 From: Gerard Bosch <30733556+gerardbosch@users.noreply.github.com> Date: Wed, 9 Feb 2022 12:59:54 +0100 Subject: [PATCH] Update 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 6903684..19fcc70 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" -# Envvars below those those in _global.env.sh if present. +# Envvars below will override those in _global.env.sh if present. export RESTIC_REPOSITORY="b2:" # *EDIT* fill with your repo name