aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-26 21:47:00 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-26 21:47:00 +0200
commit4fcac2af90e9cdda29c563e39dec26ee6882f024 (patch)
treeb8f64775abcf756f3a09facb5f744986378b3046
parent205e2d7826a950acd1415ff9f4f027cb8a2248ab (diff)
And fix the same typo but for postgresql backups
-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