From 8a376262447f8858d83d07e0d98e8e4ea5c50865 Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 6 Jun 2026 16:55:11 +0200 Subject: add more shit to the manpage --- run/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') diff --git a/run/run.go b/run/run.go index 8ff2ccb..6a668ce 100644 --- a/run/run.go +++ b/run/run.go @@ -57,7 +57,7 @@ func Final(source *model.Source, target model.Target) error { // ExecWithTrigger loops through a model.Source and runs targets if they match the expected model.Tag // triggers only run if their subdirectory is "in tree" -func ExecWithTrigger(source *model.Source, target model.Target, tag model.Tag) error { +func ExecWithTrigger(source *model.Source, target model.Target, tag *model.Tag) error { for _, t := range source.Targets { if t.Tags().Has(tag) { triggerSub := t.Sub() -- cgit v1.3.1