1
0
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:
Anna 2018-07-12 11:14:15 +01:00 committed by GitHub
commit fafaa26d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,6 +191,7 @@ func install(parser *arguments) error {
if len(dp.Aur) == 0 {
if !config.CombinedUpgrade {
fmt.Println("There is nothing to do")
return nil
}