diff --git a/pipeline/run.go b/pipeline/run.go index 92e6f2f..8d2569a 100644 --- a/pipeline/run.go +++ b/pipeline/run.go @@ -12,7 +12,7 @@ import ( "github.com/hofstadter-io/cuetils/structural" ) -func Run(globs []string, opts *flags.RootPflagpole) ([]structural.GlobResult, error) { +func Run(globs []string, opts *flags.RootPflagpole, popts *flags.PipelineFlagpole) ([]structural.GlobResult, error) { return run(globs, opts) }