From 205e2d7826a950acd1415ff9f4f027cb8a2248ab Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 26 May 2022 21:46:03 +0200 Subject: Fix typo in remote_paths lookup --- lib/subcommands/backup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/subcommands/backup.bash b/lib/subcommands/backup.bash index c6e5821..aa23cc8 100644 --- a/lib/subcommands/backup.bash +++ b/lib/subcommands/backup.bash @@ -58,7 +58,7 @@ backup_filesystem() { local indexes borg="$(config "bashtard.backup.borg.command" "borg")" - remote="$(config "bashtard.backups.borg.remote_paths.$index" "borg")" + remote="$(config "bashtard.backup.borg.remote_paths.$index" "borg")" repo="$(config "bashtard.backup.repositories.$index")" if ! command -v "$borg" > /dev/null 2>&1 -- cgit v1.1