Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Smith committed Sep 18, 2024
1 parent 022ef77 commit a3309e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sqlc-gen-proto/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type options struct {
OutDir string `json:"out_dir,omitempty" yaml:"out_dir"`
UserDefinedDir string `json:"user_defined_dir,omitempty" yaml:"user_defined_dir"`
OneOfID string `json:"one_of_id,omitempty" yaml:"one_of_id"`
DefaultPackage string `json:"defaut_package,omitempty" yaml:"defaut_package"`
DefaultPackage string `json:"default_package,omitempty" yaml:"default_package"`
}

func getGenRequest() (*plugin.GenerateRequest, error) {
Expand Down

0 comments on commit a3309e3

Please sign in to comment.