Skip to content

Commit

Permalink
fix fileMatch on dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
BSick7 committed Oct 26, 2024
1 parent ec8a630 commit 5942c77
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 @@ -3581,8 +3581,8 @@
"description": "Nullstone config.yml file",
"url": "https://raw.githubusercontent.com/nullstone-io/iac/master/.schema/config.0.1.json",
"fileMatch": [
".nullstone/*.yml",
".nullstone/*.yaml"
"**/.nullstone/*.yml",
"**/.nullstone/*.yaml"
],
"versions": {
"0.1": "https://raw.githubusercontent.com/nullstone-io/iac/master/.schema/config.0.1.json"
Expand Down

0 comments on commit 5942c77

Please sign in to comment.