Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/config.go b/modules/config.go
index 818241c94..122fd6c55 100644
--- a/modules/config.go
+++ b/modules/config.go
@@ -301,7 +301,7 @@ func (v HugoVersion) IsValid() bool {
type Import struct {
Path string // Module path
IgnoreConfig bool // Ignore any config.toml found.
- Disable bool // Turn off this module.
+ Disable bool // Turn off this module.
Mounts []Mount
}