aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-26 21:46:03 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-26 21:46:03 +0200
commit205e2d7826a950acd1415ff9f4f027cb8a2248ab (patch)
tree42996a319ffd87be437c7ef14b915aa283719f62
parent9256e0933c711c1ce39b8ff89d628a1fcf0ddeea (diff)
Fix typo in remote_paths lookup
-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