mirror of
https://github.com/Jguer/yay.git
synced 2025-10-04 00:03:11 -04:00
Should resolve #59
This commit is contained in:
parent
58ab6fd06f
commit
61a1d46ccd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user