mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -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 {
|
||||
return nil, err
|
||||
}
|
||||
i := bytes.Index(b, []byte("enableDefault"))
|
||||
return nullEnableBoolRegex.ReplaceAll(b, []byte(`"$1": false`)), nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue