mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
fix(color): remove duplicate colors
This commit is contained in:
2
vcs.go
2
vcs.go
@@ -148,7 +148,7 @@ func updateVCSData(vcsFilePath, pkgName string, sources []gosrc.ArchString, mux
|
||||
}
|
||||
|
||||
savedInfo[pkgName] = info
|
||||
text.Warnln(gotext.Get("Found git repo: %s", cyan(url)))
|
||||
text.Warnln(gotext.Get("Found git repo: %s", text.Cyan(url)))
|
||||
err := saveVCSInfo(vcsFilePath)
|
||||
if err != nil {
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
|
||||
Reference in New Issue
Block a user