Skip to content

Commit

Permalink
fix(install): imp installed show
Browse files Browse the repository at this point in the history
imp installed show

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Aug 25, 2023
1 parent b94c143 commit 94fcad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/providers/devops/devops.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ func (q *Devops) Show() {
} else {
domain = fmt.Sprintf("http://%s:32379", q.MetaData.IP)
}
q.MetaData.Log.Donef("🎉 zentao devops install success, docs: %s", common.ZentaoDocs)
q.MetaData.Log.Info("----------------------------\t")
q.MetaData.Log.Donef("console: %s", color.SGreen(domain))
q.MetaData.Log.Donef("docs: %s", common.ZentaoDocs)
q.MetaData.Log.Done("support: 768721743(QQGroup)")
}

func (q *Devops) GetKubeClient() error {
Expand Down

0 comments on commit 94fcad6

Please sign in to comment.