diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-17 00:30:24 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-17 00:30:24 +0200 |
| commit | 1a99d766d13bbf5f5cbd372dae010e84bbee3e1c (patch) | |
| tree | deb935982b4c269fbc82ebf491795e1c7b192dfb /runner/shell/shell.go | |
| parent | 945f09ad71e046337ba6d651b05e2c0c6b132c4e (diff) | |
shuffle around some responsibilities to fix a bug
Diffstat (limited to 'runner/shell/shell.go')
| -rw-r--r-- | runner/shell/shell.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/shell/shell.go b/runner/shell/shell.go index a184182..c9d7134 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: file, + Script: filepath.Join(src, file), SubValue: sub, }, nil } |
