mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 11:06:51 -05:00
chore(download): rename PKGBUILD function to match package
This commit is contained in:
2
get.go
2
get.go
@@ -16,7 +16,7 @@ import (
|
||||
|
||||
// yay -Gp
|
||||
func printPkgbuilds(dbExecutor db.Executor, httpClient *http.Client, targets []string) error {
|
||||
pkgbuilds, err := download.GetPkgbuilds(dbExecutor, httpClient, targets, config.Runtime.Mode)
|
||||
pkgbuilds, err := download.PKGBUILDs(dbExecutor, httpClient, targets, config.Runtime.Mode)
|
||||
if err != nil {
|
||||
text.Errorln(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user