Browse Source

update default repo url in grafana-cli

Anthony Woods 10 years ago
parent
commit
776af45c09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/cmd/grafana-cli/main.go

+ 1 - 1
pkg/cmd/grafana-cli/main.go

@@ -38,7 +38,7 @@ func main() {
 		cli.StringFlag{
 			Name:   "repo",
 			Usage:  "url to the plugin repository",
-			Value:  "https://grafana-net.raintank.io/api/plugins",
+			Value:  "https://grafana.net/api/plugins",
 			EnvVar: "GF_PLUGIN_REPO",
 		},
 		cli.BoolFlag{