From 634b892df1678caecb415e7ecc631b7e67c0eda4 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Sun, 9 Aug 2020 13:48:47 +1000 Subject: [PATCH] Fix typo --- pkg/plugin/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugin/config.go b/pkg/plugin/config.go index 0e56e0fdf..c3bbfe9cd 100644 --- a/pkg/plugin/config.go +++ b/pkg/plugin/config.go @@ -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"`