Skip to content

Commit

Permalink
fix: srv
Browse files Browse the repository at this point in the history
  • Loading branch information
2637309949 committed May 28, 2021
1 parent 48f65ef commit db3340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dolphin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var (
}
p := parser.NewTpl(path.Base(wd), path.Base(wd))
g := gen.New(p)
g.AddPipe(gen.GetPipesByName("more", "ctr", "model", "bean")...)
g.AddPipe(gen.GetPipesByName("more", "ctr", "srv", "model", "bean")...)
return g.BuildDir(wd, args)
},
}
Expand Down

0 comments on commit db3340e

Please sign in to comment.