This commit is contained in:
WithoutPants 2020-08-09 13:48:47 +10:00 committed by GitHub
parent 0ffefa6e16
commit 634b892df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`