Skip to content

Commit 28372fe

Browse files
author
liuminjian
committed
Merge branch 'develop' into feat/http
# Conflicts: # cli/cli/cli.go
2 parents 9cc9488 + e362387 commit 28372fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cli/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ func (curveadm *CurveAdm) init() error {
201201
curveadm.clusterTopologyData = cluster.Topology
202202
curveadm.clusterPoolData = cluster.Pool
203203
curveadm.monitor = monitor
204+
curveadm.clusterType = cluster.Type
204205
admServer := daemon.NewServer()
205206
curveadm.pigeon = pigeoncore.NewPigeon([]*pigeoncore.HTTPServer{admServer})
206-
curveadm.clusterType = cluster.Type
207207
return nil
208208
}
209209

0 commit comments

Comments
 (0)