From 864b560ecb7db9f71016b73a55cf58b9d9051530 Mon Sep 17 00:00:00 2001
From: Ubuntu <kop@karlpinc.com>
Date: Thu, 7 Sep 2023 21:50:57 +0000
Subject: [PATCH] Fix spelling of azure pg host

---
 make_files/defaults.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make_files/defaults.mk b/make_files/defaults.mk
index 0f610a0..e416662 100644
--- a/make_files/defaults.mk
+++ b/make_files/defaults.mk
@@ -35,12 +35,12 @@
 ##
 ##   HOST
 ##     The host hosting the database.  The default is:
-##     sokwe-dbs.postgresql.database.azure.com
+##     sokwe-dbs.postgres.database.azure.com
 
 ifeq ($(strip $(SOKWEDB_DB)),)
   export SOKWEDB_DB := sokwedb_copy
 endif
-export HOST := sokwe-dbs.postgresql.database.azure.com
+export HOST := sokwe-dbs.postgres.database.azure.com
 export ADMINUSER := sokwedb_admin
 
 # For invoking psql everywhere.
-- 
2.34.1