fix(color): remove duplicate colors

This commit is contained in:
jguer
2020-08-17 00:09:43 +02:00
parent 1ccfd3f0b7
commit c305e1c196
8 changed files with 57 additions and 100 deletions

2
vcs.go
View File

@@ -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)