summaryrefslogtreecommitdiff
path: root/runner/shell/shell.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-29 01:59:23 +0200
committerewy <ewy0@protonmail.com>2026-04-29 01:59:23 +0200
commit28e43c7356d796e18d2f818d100078c5aa31c14c (patch)
tree023c7f4a9d192bcf4f16755307f43a622beb671d /runner/shell/shell.go
parent2b28ee919614d5ddaceda26ce488a0ca4c851cb3 (diff)
add executable runner
Diffstat (limited to 'runner/shell/shell.go')
-rw-r--r--runner/shell/shell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/shell/shell.go b/runner/shell/shell.go
index f8e353c..c4513c9 100644
--- a/runner/shell/shell.go
+++ b/runner/shell/shell.go
@@ -99,7 +99,7 @@ func (s *shell) CreateTarget(fs fs.FS, src string, file string, _ fs.DirEntry) (
BaseTarget: runner.BaseTarget{
Identity: identity.New(filename),
MyTags: model.TagsFromFilename(filename),
- Sub: sub,
+ MySub: sub,
},
Shell: shell,
Script: filepath.Join(src, file),