aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 aa23cc8..2b952e7 100644
--- a/lib/subcommands/backup.bash
+++ b/lib/subcommands/backup.bash
@@ -123,7 +123,7 @@ backup_database_postgresql() {
PGPASSWORD="$(config "bashtard.backup.db.postgresql.password" "")"
PGUSER="$(config "bashtard.backup.db.postgresql.user" "postgres")"
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")"
[[ $PGPASSWORD == "" ]] && export PGPASSWORD