Skip to content

Commit

Permalink
fix file-pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 18, 2024
1 parent 3a23cc8 commit 0b60835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/metadata/discovery/example-test-daycli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ wis2box:
- plugin: wis2box.data.csv2bufr.ObservationDataCSV2BUFR
template: daycli-template
notify: true
file-pattern: '^*\.csv$'
file-pattern: '^.*\.csv$'
bufr4:
- plugin: wis2box.data.bufr2geojson.ObservationDataBUFR2GeoJSON
file-pattern: '^WIGOS_(\d-\d+-\d+-\w+)_.*\.bufr4$'
Expand Down

0 comments on commit 0b60835

Please sign in to comment.