Skip to content

Commit

Permalink
Fix accessing AUR version >= 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DivergentClouds committed Feb 4, 2022
1 parent 19d42ae commit c982105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/settings/args.go
Expand Up @@ -27,7 +27,7 @@ func (c *Configuration) extractYayOptions(a *parser.Arguments) {
}
}

c.Runtime.AURClient.BaseURL = strings.TrimRight(c.AURURL, "/") + "/rpc.php?"
c.Runtime.AURClient.BaseURL = strings.TrimRight(c.AURURL, "/") + "/rpc/?"
c.AURURL = strings.TrimRight(c.AURURL, "/")
}

Expand Down

0 comments on commit c982105

Please sign in to comment.