mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed bug that wasn't showing the StaticRootPath when validation failed
This commit is contained in:
parent
e24e34619a
commit
cacf14a41e
@ -386,7 +386,7 @@ func validateStaticRootPath() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
return errors.New("Failed to detect generated css or javascript files in static root (%s), have you executed default grunt task?")
|
||||
return fmt.Errorf("Failed to detect generated css or javascript files in static root (%s), have you executed default grunt task?", StaticRootPath)
|
||||
}
|
||||
|
||||
func NewConfigContext(args *CommandLineArgs) error {
|
||||
|
Loading…
Reference in New Issue
Block a user