fixes broken phantomjs rendering
when migrating from govendor to dep we broke the phantomjs rendering. ref #10602
This commit is contained in:
@@ -578,7 +578,7 @@ func NewConfigContext(args *CommandLineArgs) error {
|
||||
|
||||
// PhantomJS rendering
|
||||
ImagesDir = filepath.Join(DataPath, "png")
|
||||
PhantomDir = filepath.Join(HomePath, "vendor/phantomjs")
|
||||
PhantomDir = filepath.Join(HomePath, "tools/phantomjs")
|
||||
|
||||
analytics := Cfg.Section("analytics")
|
||||
ReportingEnabled = analytics.Key("reporting_enabled").MustBool(true)
|
||||
|
||||
Reference in New Issue
Block a user