mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
hugolib: Remove extraneous createStaticFs call
This looks like a copy+paste error. We have the same line a few lines below this call and we actually handle the err value there.
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
e03eb90a36
commit
1ed8c36336
@@ -383,8 +383,6 @@ func (b *sourceFilesystemsBuilder) Build() (*SourceFilesystems, error) {
|
||||
|
||||
b.result.Resources = sfs
|
||||
|
||||
err = b.createStaticFs()
|
||||
|
||||
sfs, err = b.createFs(false, true, "", "")
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user