mirror of
https://github.com/Jguer/yay.git
synced 2025-12-09 00:03:52 -05:00
Merge pull request #580 from Morganamilo/fix-print
Don't print nothing to do every time
This commit is contained in:
commit
4063cf9282
@ -125,7 +125,9 @@ func install(parser *arguments) error {
|
|||||||
|
|
||||||
if len(dp.Aur) == 0 {
|
if len(dp.Aur) == 0 {
|
||||||
if !config.CombinedUpgrade {
|
if !config.CombinedUpgrade {
|
||||||
fmt.Println(" there is nothing to do")
|
if parser.existsArg("u", "sysupgrade") {
|
||||||
|
fmt.Println(" there is nothing to do")
|
||||||
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user