modules: Rename disabled => disable in config

This commit is contained in:
Bjørn Erik Pedersen
2019-07-24 21:46:24 +02:00
parent fa28df1058
commit 882d678bbf
3 changed files with 3 additions and 3 deletions

View File

@@ -301,7 +301,7 @@ func (v HugoVersion) IsValid() bool {
type Import struct {
Path string // Module path
IgnoreConfig bool // Ignore any config.toml found.
Disabled bool // Turn off this module.
Disable bool // Turn off this module.
Mounts []Mount
}