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
3
vcs.go
3
vcs.go
@ -41,7 +41,6 @@ func createDevelDB() error {
|
|||||||
infoMap[pkg.Name] = pkg
|
infoMap[pkg.Name] = pkg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bases := getBases(infoMap)
|
bases := getBases(infoMap)
|
||||||
|
|
||||||
downloadPkgBuilds(info, sliceToStringSet(remoteNames), bases)
|
downloadPkgBuilds(info, sliceToStringSet(remoteNames), bases)
|
||||||
@ -123,7 +122,7 @@ func updateVCSData(pkgName string, sources []string) {
|
|||||||
|
|
||||||
savedInfo[pkgName] = info
|
savedInfo[pkgName] = info
|
||||||
|
|
||||||
fmt.Println(bold(green(arrow + " Found git repo: ")) + cyan(url))
|
fmt.Println(bold(green(arrow+" Found git repo: ")) + cyan(url))
|
||||||
saveVCSInfo()
|
saveVCSInfo()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user