Skip to content

Commit

Permalink
fix: make coreSchemaRequiredErr public
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Sep 20, 2024
1 parent 5e6fb3b commit aa77746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"github.com/hashicorp/go-version"
)

type coreSchemaRequiredErr struct{}
type CoreSchemaRequiredErr struct{}

func (e coreSchemaRequiredErr) Error() string {
func (e CoreSchemaRequiredErr) Error() string {
return "core schema required (none provided)"
}

Expand Down

0 comments on commit aa77746

Please sign in to comment.