Commit 21213a25 by Torkel Ödegaard

Merge pull request #4488 from grafana/repoUrl

update default repo url in grafana-cli
parents f27ce7e1 776af45c
...@@ -38,7 +38,7 @@ func main() { ...@@ -38,7 +38,7 @@ func main() {
cli.StringFlag{ cli.StringFlag{
Name: "repo", Name: "repo",
Usage: "url to the plugin repository", Usage: "url to the plugin repository",
Value: "https://grafana-net.raintank.io/api/plugins", Value: "https://grafana.net/api/plugins",
EnvVar: "GF_PLUGIN_REPO", EnvVar: "GF_PLUGIN_REPO",
}, },
cli.BoolFlag{ cli.BoolFlag{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment