grafana-cli: update plugins ls command (#63492)

This commit is contained in:
Andres Martinez Gotor
2023-02-22 09:24:13 +01:00
committed by GitHub
parent b069fd81b2
commit 45e478182b
6 changed files with 25 additions and 6 deletions
@@ -63,5 +63,9 @@ func (cmd Command) upgradeAllCommand(c utils.CommandLine) error {
}
}
if len(pluginsToUpgrade) > 0 {
logRestartNotice()
}
return nil
}