Skip to content

Commit

Permalink
fix ref to access model script
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Nov 6, 2023
1 parent ebdd95d commit a9f522d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions model/01_access/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ $(ACCESS_MODELS): .make/model_access_%: sql/model_access_%.sql \
# run the access model
# (breaking streams and recording what is upstream/downstream of a given stream segment)
.make/model_access: .make/model_access_prep
./model_access_1.sh
./model_access_2.sh
./model_access.sh
touch $@

.make/qa: .make/model_access
Expand Down

0 comments on commit a9f522d

Please sign in to comment.