We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f0643 commit 7bdedffCopy full SHA for 7bdedff
pkg/setting/setting.go
@@ -461,7 +461,7 @@ func NewConfigContext(args *CommandLineArgs) error {
461
462
Env = Cfg.Section("").Key("app_mode").MustString("development")
463
InstanceName = Cfg.Section("").Key("instance_name").MustString("unknown_instance_name")
464
- PluginsPath = Cfg.Section("paths").Key("plugins").String()
+ PluginsPath = makeAbsolute(Cfg.Section("paths").Key("plugins").String(), HomePath)
465
466
server := Cfg.Section("server")
467
AppUrl, AppSubUrl = parseAppUrlAndSubUrl(server)
0 commit comments