Skip to content

Commit

Permalink
add lost changeset for passing pipeline flags
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed Jan 19, 2022
1 parent 5389d21 commit 15022f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 15022f2

Please sign in to comment.