This commit is contained in:
morganamilo 2018-03-25 22:31:20 +01:00
parent 91eb2585e9
commit 82871e2172
No known key found for this signature in database
GPG Key ID: 6FE9E7996B0B082E

3
vcs.go
View File

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