mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
Fix update banner formatting
This commit is contained in:
parent
9b7e0ace7f
commit
91c696dbfc
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ func renderUpdateBanner(th tui.Theme, info UpdateInfo, width int) []string {
|
|||
|
||||
title := fmt.Sprintf("zot %s is available (you're on %s).", info.Latest, info.Current)
|
||||
out = append(out, " "+th.FG256(color, tui.Bold(title)))
|
||||
out = append(out, "")
|
||||
out = append(out, "")
|
||||
out = append(out, " "+th.FG256(th.Muted, "run: ")+th.FG256(color, "zot update"))
|
||||
|
||||
if info.URL != "" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue