feat: 添加了 imager 工具 package
refactor: 将 images 的获取分散到各个组件里面
This commit is contained in:
@@ -112,7 +112,7 @@ func appOEM() *cobra.Command {
|
||||
Short: "Make OEM App",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
mk := maker.NewMaker(opt.Cfg.Make.Dir)
|
||||
return mk.AppOEM(cmd.Context(), replica, vendor)
|
||||
return mk.AppOEM(cmd.Context(), vendor, replica)
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user