Skip to content

Commit

Permalink
preloaded schemas: ignore nirmata/nirmata (hashicorp#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Apr 28, 2021
1 parent 77c26dc commit 7bac670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/schemas/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ var ignore = map[string]bool{
"jradtilbrook/buildkite": true,
"HewlettPackard/oneview": true,
"zerotier/zerotier": true,
"nirmata/nirmata": true,
}

func filter(providers []provider) (filtered []provider) {
Expand Down

0 comments on commit 7bac670

Please sign in to comment.