Skip to content

Commit

Permalink
Fix pg subcommand level error (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesonan authored Jun 6, 2022
1 parent 1d95e95 commit 8be47b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/goctl/model/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func init() {

mysqlCmd.AddCommand(datasourceCmd)
mysqlCmd.AddCommand(ddlCmd)
mysqlCmd.AddCommand(pgCmd)
Cmd.AddCommand(mysqlCmd)
Cmd.AddCommand(mongoCmd)
Cmd.AddCommand(pgCmd)
}

0 comments on commit 8be47b9

Please sign in to comment.