mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(cli): fixes broken import
This commit is contained in:
parent
6de1399cf0
commit
3d7facf6ee
@ -8,7 +8,6 @@ import (
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/grafana/grafana/pkg/cmd/grafana-cli/commands"
|
||||
"github.com/grafana/grafana/pkg/cmd/grafana-cli/logger"
|
||||
"github.com/lunny/log"
|
||||
)
|
||||
|
||||
var version = "master"
|
||||
@ -24,7 +23,7 @@ func getGrafanaPluginDir() string {
|
||||
pwd, err := os.Getwd()
|
||||
|
||||
if err != nil {
|
||||
log.Error("Could not get current path. using default")
|
||||
logger.Error("Could not get current path. using default")
|
||||
return defaultNix
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user