Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 15, 2024
1 parent 1bbefbc commit f062926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/01_access/gradient_barriers/gradient_barriers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

PSQL="psql $DATABASE_URL -v ON_ERROR_STOP=1"
WSGS=$(shell $(PSQL) -AtX -c "SELECT watershed_group_code FROM bcfishpass.watershed_groups_access")
WSGS=$($PSQL -AXt -c "SELECT watershed_group_code FROM bcfishpass.parameters_habitat_method")

# create table
$PSQL -f sql/gradient_barriers.sql
Expand Down

0 comments on commit f062926

Please sign in to comment.