summaryrefslogtreecommitdiffstats
path: root/resources/transform.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources/transform.go')
-rw-r--r--resources/transform.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/transform.go b/resources/transform.go
index 408decbb8..b9cbab824 100644
--- a/resources/transform.go
+++ b/resources/transform.go
@@ -446,7 +446,7 @@ func (r *resourceAdapter) transform(key string, publish, setContent bool) (*reso
tctx.To = b1
tctx.InPath = r.target.TargetPath()
- tctx.SourcePath = tctx.InPath
+ tctx.SourcePath = strings.TrimPrefix(tctx.InPath, "/")
counter := 0
writeToFileCache := false