Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Fixed exec_psql typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita authored Mar 21, 2017
1 parent 437a231 commit 7f32338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-water.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readonly WATER_POLYGONS_FILE="$IMPORT_DATA_DIR/water_polygons.shp"
readonly SIMPLIFIED_WATER_POLYGONS_FILE="$IMPORT_DATA_DIR/simplified_water_polygons.shp"

function exec_psql() {
PGPASSWORD=$POSTGRES_PASSWORD psql --host="$POSTGRES_HOST" --port="$POSTGRES_PORT"--dbname="$POSTGRES_DB" --username="$POSTGRES_USER"
PGPASSWORD=$POSTGRES_PASSWORD psql --host="$POSTGRES_HOST" --port="$POSTGRES_PORT" --dbname="$POSTGRES_DB" --username="$POSTGRES_USER"
}

function import_shp() {
Expand Down

0 comments on commit 7f32338

Please sign in to comment.