mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Fix build error
This commit is contained in:
parent
51615440bf
commit
34d63c8d1c
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ func (c NullBoolJSONMarshaller) MarshalJSON() ([]byte, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
i := bytes.Index(b, []byte("enableDefault"))
|
|
||||||
return nullEnableBoolRegex.ReplaceAll(b, []byte(`"$1": false`)), nil
|
return nullEnableBoolRegex.ReplaceAll(b, []byte(`"$1": false`)), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue