mirror of
https://github.com/stashapp/stash.git
synced 2026-01-30 12:02:55 +01:00
Fix typo
This commit is contained in:
parent
0ffefa6e16
commit
634b892df1
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ type Config struct {
|
|||
// control characters.
|
||||
// See package common/log for valid values.
|
||||
// If left unset, defaults to log.ErrorLevel.
|
||||
PluginErrLogLevel string `ymal:"errLog"`
|
||||
PluginErrLogLevel string `yaml:"errLog"`
|
||||
|
||||
// The task configurations for tasks provided by this plugin.
|
||||
Tasks []*OperationConfig `yaml:"tasks"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue