Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed typo
  • Loading branch information
terricain committed Jun 13, 2024
commit ce89a873db1a1f6f6487fb3bd61bb4b8ccf35275
2 changes: 1 addition & 1 deletion internal/tools/sqlc-pg-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func run(ctx context.Context) error {
type schemaToLoad struct {
// name is the name of a schema to load
Name string
// DestPath is the desination for the generate file
// DestPath is the destination for the generate file
DestPath string
// The name of the function to generate for loading this schema
GenFnName string
Expand Down