Have consistent case style in values.yaml

This commit is contained in:
M. Mert Yildiran 2023-08-09 20:16:49 +03:00
parent 65bda4e844
commit 5ca90d70ff
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import (
type ScriptingConfig struct {
Env map[string]interface{} `yaml:"env" json:"env"`
Source string `yaml:"source" json:"source" default:""`
WatchScripts bool `yaml:"watchScripts" json:"watchScripts" default:"true"`
WatchScripts bool `yaml:"watchscripts" json:"watchscripts" default:"true"`
}
func (config *ScriptingConfig) GetScripts() (scripts []*misc.Script, err error) {

View File

@ -70,4 +70,4 @@ license: ""
scripting:
env: {}
source: ""
watchScripts: true
watchscripts: true