mirror of
https://github.com/stashapp/stash.git
synced 2026-01-06 05:39:37 -06:00
Fix typo
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user