mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
cli: download latest dependency by default
This commit is contained in:
parent
5bbe047eaa
commit
b099f0309f
@ -94,7 +94,7 @@ func InstallPlugin(pluginName, version string, c CommandLine) error {
|
||||
|
||||
res, _ := s.ReadPlugin(pluginFolder, pluginName)
|
||||
for _, v := range res.Dependencies.Plugins {
|
||||
InstallPlugin(v.Id, version, c)
|
||||
InstallPlugin(v.Id, "", c)
|
||||
logger.Infof("Installed dependency: %v ✔\n", v.Id)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user