From 33ea18cf8fa063c22a5ec4abe90c24d2eb72aaca Mon Sep 17 00:00:00 2001 From: Nate Date: Tue, 27 Nov 2018 17:13:13 -0700 Subject: [PATCH] Correct misspelling. --- debian/resources/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/config.sh b/debian/resources/config.sh index 77cf568..ed1a5e5 100755 --- a/debian/resources/config.sh +++ b/debian/resources/config.sh @@ -13,7 +13,7 @@ switch_tls=true # true or false # Database Settings database_password=random # random or a custom value -database_repo=official # PostgresSQL official, system, 2ndquadrant +database_repo=official # PostgreSQL official, system, 2ndquadrant database_version=latest # requires repo official database_host=127.0.0.1 # hostname or IP address database_port=5432 # port number