summaryrefslogtreecommitdiff
path: root/testx
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-22 19:27:25 +0200
committerewy <ewy0@protonmail.com>2026-04-22 19:27:25 +0200
commit098cae128b18418b0e6be87af5bf29ce2aae39a1 (patch)
treedce7a55ac44296d5803a3d74e0076672bbcd7b33 /testx
parentf13b2bcf9a3a5ea6afeaa60c7a2e801e8e79a2c1 (diff)
update script experiment
Diffstat (limited to 'testx')
-rw-r--r--testx/create.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/testx/create.go b/testx/create.go
index 62960fd..24f8259 100644
--- a/testx/create.go
+++ b/testx/create.go
@@ -18,6 +18,7 @@ func TTarget(name string, sub ...string) model.Target {
func TSource(name string, targets ...string) *model.Source {
src := &model.Source{
+ Path: name,
Identity: identity.New(name),
}
for _, t := range targets {