Print when a vcs source has been found

This commit is contained in:
morganamilo 2018-03-22 18:30:56 +00:00
parent 1e01eafb43
commit e331c01143
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

2
vcs.go
View file

@ -122,6 +122,8 @@ func updateVCSData(pkgName string, sources []string) {
}
savedInfo[pkgName] = info
fmt.Println(bold(green(arrow + " Found git repo: ")) + cyan(url))
saveVCSInfo()
}
}