mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
refactor(exe): move sudo loop into CmdBuilder
This commit is contained in:
2
get.go
2
get.go
@@ -50,7 +50,7 @@ func getPkgbuilds(dbExecutor db.Executor, config *settings.Configuration, target
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
cloned, errD := download.PKGBUILDRepos(dbExecutor, config.Runtime.CmdRunner,
|
||||
cloned, errD := download.PKGBUILDRepos(dbExecutor,
|
||||
config.Runtime.CmdBuilder, targets, config.Runtime.Mode, config.AURURL, wd, force)
|
||||
if errD != nil {
|
||||
text.Errorln(errD)
|
||||
|
||||
Reference in New Issue
Block a user