summaryrefslogtreecommitdiffstats
path: root/resources/resource_factories/create/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources/resource_factories/create/create.go')
-rw-r--r--resources/resource_factories/create/create.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/resource_factories/create/create.go b/resources/resource_factories/create/create.go
index 1ecc4652d..061ecf1e7 100644
--- a/resources/resource_factories/create/create.go
+++ b/resources/resource_factories/create/create.go
@@ -134,8 +134,8 @@ func (c *Client) match(name, pattern string, matchFunc func(r resource.Resource)
OpenReadSeekCloser: func() (hugio.ReadSeekCloser, error) {
return meta.Open()
},
- NameNormalized: meta.PathInfo.Name(),
- NameOriginal: meta.PathInfo.Unnormalized().Name(),
+ NameNormalized: meta.PathInfo.Path(),
+ NameOriginal: meta.PathInfo.Unnormalized().Path(),
GroupIdentity: meta.PathInfo,
TargetPath: meta.PathInfo.Unnormalized().Path(),
})