summaryrefslogtreecommitdiff
path: root/runner/shell/shell.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-17 00:24:48 +0200
committerewy <ewy0@protonmail.com>2026-04-17 00:24:48 +0200
commit945f09ad71e046337ba6d651b05e2c0c6b132c4e (patch)
tree5e48c341c5978e455cbcae42e0139be0569340b6 /runner/shell/shell.go
parent2aaa6cd8a0f689dc60a4c110a6d1aae40c170e26 (diff)
buffer descriptions (my bad, i forgot)
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 c9d7134..a184182 100644
--- a/runner/shell/shell.go
+++ b/runner/shell/shell.go
@@ -97,7 +97,7 @@ func (s *shell) CreateTarget(fs fs.FS, src string, file string, _ fs.DirEntry) (
MyTags: model.TagsFromFilename(filename),
},
Shell: shell,
- Script: filepath.Join(src, file),
+ Script: file,
SubValue: sub,
}, nil
}