Skip to content

Commit

Permalink
Updated fileMatch for metricshub-connector schema
Browse files Browse the repository at this point in the history
Updated fileMatch for metricshub-connector schema
  • Loading branch information
alexdgilbert committed Mar 7, 2024
1 parent bb61b21 commit 86c37bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2732,8 +2732,8 @@
"name": "MetricsHub Connector Configuration",
"description": "MetricsHub connector configuration file",
"fileMatch": [
"**/metricshub/connectors/**/*.yaml",
"**/metricshub/connectors/**/*.yml"
"**/*[Mm]etrics[Hh]ub*/**/connector*/**/*.yaml",
"**/*[Mm]etrics[Hh]ub*/**/connector*/**/*.yml"
],
"url": "https://json.schemastore.org/metricshub-connector.json"
},
Expand Down

0 comments on commit 86c37bc

Please sign in to comment.