fix(cli): align code with core grafana

This commit is contained in:
bergquist
2016-02-15 16:11:37 +01:00
parent 9c50b89d64
commit 746257710b
7 changed files with 17 additions and 19 deletions

View File

@@ -2,11 +2,11 @@ package commands
import (
"github.com/grafana/grafana/pkg/cmd/grafana-cli/log"
"github.com/grafana/grafana/pkg/cmd/grafana-cli/services"
s "github.com/grafana/grafana/pkg/cmd/grafana-cli/services"
)
func listremoteCommand(c CommandLine) error {
plugin, err := services.ListAllPlugins()
plugin, err := s.ListAllPlugins()
if err != nil {
return err