aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands/backup.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/subcommands/backup.bash')
-rw-r--r--lib/subcommands/backup.bash2
1 files changed, 1 insertions, 1 deletions
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