mirror of
https://github.com/Jguer/yay.git
synced 2025-08-15 02:57:21 +02:00
Merge pull request #544 from Morganamilo/nothing
Show nothing to do message for nocombinedupgrade
This commit is contained in:
commit
fafaa26d7b
@ -191,6 +191,7 @@ 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")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user