From a3309e3d3c7b6ee4c6d167bd86239542bac2a521 Mon Sep 17 00:00:00 2001 From: Bruce Smith Date: Wed, 18 Sep 2024 19:27:11 -0400 Subject: [PATCH] typo --- cmd/sqlc-gen-proto/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sqlc-gen-proto/main.go b/cmd/sqlc-gen-proto/main.go index b3c341ec99..d5fa3932c0 100644 --- a/cmd/sqlc-gen-proto/main.go +++ b/cmd/sqlc-gen-proto/main.go @@ -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) {