mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
53a8de21b8
commit
a3684c8361
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ func (ns *Namespace) Concat(targetPathIn any, r any) (resource.Resource, error)
|
||||||
case resource.ResourcesConverter:
|
case resource.ResourcesConverter:
|
||||||
rr = v.ToResources()
|
rr = v.ToResources()
|
||||||
default:
|
default:
|
||||||
return nil, fmt.Errorf("slice %T not supported in concat", r)
|
return nil, fmt.Errorf("expected slice of Resource objects, received %T instead", r)
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(rr) == 0 {
|
if len(rr) == 0 {
|
||||||
|
|
Loading…
Reference in a new issue