mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
resources: Fix spelling in method name
This commit is contained in:
@@ -106,7 +106,7 @@ func (c *ImageCache) getOrCreate(
|
||||
rp := img.getResourcePaths()
|
||||
rp.relTargetDirFile.file = relTarget.file
|
||||
img.setSourceFilename(info.Name)
|
||||
img.setSourfeFilenameIsHash(true)
|
||||
img.setSourceFilenameIsHash(true)
|
||||
img.setMediaType(conf.TargetFormat.MediaType())
|
||||
|
||||
return img.InitConfig(r)
|
||||
|
Reference in New Issue
Block a user