From a45d7b192a20f92d808f95a0cdd79b65ca111e13 Mon Sep 17 00:00:00 2001 From: Jaap Roes Date: Wed, 27 Aug 2025 09:31:39 +0200 Subject: [PATCH] Remove double space --- update-postgis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-postgis.sh b/update-postgis.sh index f98abd261..3e60e3983 100755 --- a/update-postgis.sh +++ b/update-postgis.sh @@ -13,7 +13,7 @@ for DB in template_postgis "$POSTGRES_DB" "${@}"; do psql --dbname="$DB" -c " -- Upgrade PostGIS (includes raster) CREATE EXTENSION IF NOT EXISTS postgis VERSION '$POSTGIS_VERSION'; - ALTER EXTENSION postgis UPDATE TO '$POSTGIS_VERSION'; + ALTER EXTENSION postgis UPDATE TO '$POSTGIS_VERSION'; -- Upgrade Topology CREATE EXTENSION IF NOT EXISTS postgis_topology VERSION '$POSTGIS_VERSION';