Should resolve #59

This commit is contained in:
Jguer 2017-10-25 14:42:03 +09:00
parent 58ab6fd06f
commit 61a1d46ccd

View file

@ -205,7 +205,7 @@ func upAUR(remote []alpm.Package, remoteNames []string) (toUpgrade upSlice, err
routines++
go func(local []alpm.Package, remote []string) {
qtemp, err := rpc.Info(remoteNames)
qtemp, err := rpc.Info(remote)
if err != nil {
fmt.Println(err)
done <- true