mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 17:17:22 +01:00
install.go: fix linter failure
(personal note: I don't believe this helps readability in this case, "fixing" this to allow merge checks to pass)
This commit is contained in:
parent
328c561230
commit
873b2db591
@ -1114,9 +1114,9 @@ func buildInstallPkgbuilds(dp *depPool, do *depOrder, srcinfos map[string]*gosrc
|
||||
if !ok {
|
||||
if !optional {
|
||||
return fmt.Errorf("Could not find PKGDEST for: %s", name)
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
arguments.addTarget(pkgdest)
|
||||
|
Loading…
Reference in New Issue
Block a user