datasource as cfg: fixes typos

This commit is contained in:
bergquist
2017-11-15 14:30:32 +01:00
parent 6e82dbafbc
commit 6267ef1391
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -66,7 +66,6 @@ func (g *GrafanaServerImpl) Start() {
social.NewOAuthService()
plugins.Init()
//if err := provisioning.StartUp(setting.HomePath); err != nil {
if err := provisioning.StartUp(setting.DatasourcesPath); err != nil {
logger.Error("Failed to provision Grafana from config", "error", err)
g.Shutdown(1, "Startup failed")