Skip to content

Commit

Permalink
Merge 77c9fbc into a9a260a
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Sep 30, 2021
2 parents a9a260a + 77c9fbc commit 9bc475b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/exec/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@ func launchComponent(ctx context.Context, component string, version utils.Versio
instanceDir = env.LocalPath(localdata.DataParentDir, tag)
}

if len(args) > 0 {
if args[0] == "--" {
args = args[1:]
}
}

params := &PrepareCommandParams{
Ctx: ctx,
Component: component,
Expand Down

0 comments on commit 9bc475b

Please sign in to comment.