Skip to content

Commit

Permalink
dm/cmd: reeuse dmspecc
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis committed Aug 3, 2020
1 parent 8cf101e commit 1620e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dm/command/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func init() {

dmspec = spec.GetSpecManager()
logger.EnableAuditLog(cspec.AuditDir())
manager = cluster.NewManager("dm", spec.GetSpecManager())
manager = cluster.NewManager("dm", dmspec)

// Running in other OS/ARCH Should be fine we only download manifest file.
env, err = tiupmeta.InitEnv(repository.Options{
Expand Down

0 comments on commit 1620e96

Please sign in to comment.