We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3a09c commit c35d386Copy full SHA for c35d386
selfupdate.go
@@ -119,7 +119,7 @@ func (c config) Println(s string) {
119
}
120
121
func (c config) Printf(format string, any ...any) {
122
- fmt.Fprintf(c.progress, "\x1b[1;2m"+format+"\x1b'[0m", any...)
+ fmt.Fprintf(c.progress, "\x1b[1;2m"+format+"\x1b[0m", any...)
123
124
125
func (c config) Install(tag, asset string) error {
0 commit comments