mirror of
https://github.com/Jguer/yay.git
synced 2025-10-04 00:03:11 -04:00
Lint
This commit is contained in:
parent
91eb2585e9
commit
82871e2172
5
vcs.go
5
vcs.go
@ -36,11 +36,10 @@ func createDevelDB() error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
for _, pkg := range info {
|
||||
infoMap[pkg.Name] = pkg
|
||||
}
|
||||
|
||||
|
||||
bases := getBases(infoMap)
|
||||
|
||||
@ -123,7 +122,7 @@ func updateVCSData(pkgName string, sources []string) {
|
||||
|
||||
savedInfo[pkgName] = info
|
||||
|
||||
fmt.Println(bold(green(arrow + " Found git repo: ")) + cyan(url))
|
||||
fmt.Println(bold(green(arrow+" Found git repo: ")) + cyan(url))
|
||||
saveVCSInfo()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user