Skip to content

Commit

Permalink
fix dates. Also, this should closes USGS-R#18
Browse files Browse the repository at this point in the history
  • Loading branch information
limnoliver committed Jul 24, 2020
1 parent a665825 commit 1284551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2_nwis_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ targets:
# dummy pull dates
# !! update these to rebuild inventory and NWIS pulls
nwis_dv_pull_date:
command: I('2020-07-24')
command: c(I('2020-07-24'))

nwis_uv_pull_date:
command: I('2020-07-24')
command: c(I('2020-07-24'))

# -- get inventory of observations available to download -- #

Expand Down

0 comments on commit 1284551

Please sign in to comment.