mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Apparently I don't know how to spell 'sigil'
This commit is contained in:
@@ -20,7 +20,7 @@ func (widget *Widget) display() {
|
||||
title := fmt.Sprintf("[green]%s[white]\n", repoData.Repository)
|
||||
widget.View.SetTitle(fmt.Sprintf(" Git: %s ", title))
|
||||
|
||||
str := wtf.SygilStr(len(widget.Data), widget.Idx, widget.View) + "\n"
|
||||
str := wtf.SigilStr(len(widget.Data), widget.Idx, widget.View) + "\n"
|
||||
str = str + " [red]Branch[white]\n"
|
||||
str = str + fmt.Sprintf(" %s", repoData.Branch)
|
||||
str = str + "\n"
|
||||
|
||||
Reference in New Issue
Block a user