Skip to content

Commit

Permalink
Update after parameter change
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsch committed Oct 9, 2023
1 parent e1e6d55 commit e8cdf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/compute/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ func local(opts localOpts) error {
if opts.profileGuestDir.WasSet {
directory = opts.profileGuestDir.Value
}
args = append(args, "--profile-guest="+directory)
args = append(args, "--profile=guest,"+directory)
if opts.verbose {
text.Info(opts.out, "Saving per-request profiles to %s.", directory)
}
Expand Down

0 comments on commit e8cdf51

Please sign in to comment.