diff options
author | Bjørn Erik Pedersen <[email protected]> | 2019-07-24 21:46:24 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-07-24 21:46:24 +0200 |
commit | 882d678bbf2a149a90e2aed4341d7f6fc2cb394d (patch) | |
tree | 375f632136c357190d27fa2f6172f53dc04ab0c7 /hugolib/hugo_modules_test.go | |
parent | fa28df1058e0131364cea2e3ac7f80e934d024a1 (diff) | |
download | hugo-882d678bbf2a149a90e2aed4341d7f6fc2cb394d.tar.gz hugo-882d678bbf2a149a90e2aed4341d7f6fc2cb394d.zip |
modules: Rename disabled => disable in config
Diffstat (limited to 'hugolib/hugo_modules_test.go')
-rw-r--r-- | hugolib/hugo_modules_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/hugo_modules_test.go b/hugolib/hugo_modules_test.go index c4bbafe77..dc0da2e1c 100644 --- a/hugolib/hugo_modules_test.go +++ b/hugolib/hugo_modules_test.go @@ -307,7 +307,7 @@ workingDir="/site" path="a" [[module.imports]] path="b" -disabled=true +disable=true `) |