Merge pull request #214 from Morganamilo/fix#211

Fix group installs
This commit is contained in:
Morgana 2018-03-07 16:49:16 +00:00 committed by GitHub
commit 2456a05437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,9 +105,9 @@ func install(parser *arguments) error {
arguments.addTarget(pkg.Name())
}
//for _, pkg := range repoTargets {
//arguments.addTarget(pkg)
//}
for _, pkg := range repoTargets {
arguments.addTarget(pkg)
}
if len(dc.Aur) == 0 && len(arguments.targets) == 0 {
fmt.Println("There is nothing to do")