hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 87a07282a2f01779e098cde0aaee1bae34dc32e6
parent 882d678bbf2a149a90e2aed4341d7f6fc2cb394d
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Wed, 24 Jul 2019 23:31:30 +0200

modules: Gofmt

Diffstat:
Mmodules/config.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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
 }