Skip to content

Commit c35d386

Browse files
committed
fix print style
1 parent 5e3a09c commit c35d386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfupdate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (c config) Println(s string) {
119119
}
120120

121121
func (c config) Printf(format string, any ...any) {
122-
fmt.Fprintf(c.progress, "\x1b[1;2m"+format+"\x1b'[0m", any...)
122+
fmt.Fprintf(c.progress, "\x1b[1;2m"+format+"\x1b[0m", any...)
123123
}
124124

125125
func (c config) Install(tag, asset string) error {

0 commit comments

Comments
 (0)