mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Should resolve #59
This commit is contained in:
parent
58ab6fd06f
commit
61a1d46ccd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue