Skip to content

Commit

Permalink
fix: typo in postgis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Sep 30, 2021
1 parent f5c3d6c commit f62c584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/postgis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ drop_postgis_db() {
local DATABASE=$1
local PSQL="psql -d postgresql://${POSTGIS_ROOT_USER}:${POSTGIS_ROOT_PASSWORD}@postgis"

echo droping database \"${DATABASE}\"
log_info droping database \"${DATABASE}\"
${K_POSTGIS_DOCKER_RUN} ${PSQL} -c "DROP DATABASE ${DATABASE}"
}

drop_POSTGIS_ROOT_USER() {
drop_postgis_user() {
local USER=$1
local PSQL="psql -d postgresql://${POSTGIS_ROOT_USER}:${POSTGIS_ROOT_PASSWORD}@postgis"

Expand Down

0 comments on commit f62c584

Please sign in to comment.