Skip to content

Commit

Permalink
chore: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Aug 30, 2024
1 parent c2fd6f2 commit 69f1117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ func ProcessMR(ctx context.Context, client scm.Client, cfg *config.Config, event
return errors.New("cfg==nil; this is unexpected an error, please report!")
}

// Allow changing over to dry-run mode via configuration file
// Allow controlling 'dry-run' mode via configuration file
if cfg.DryRun != nil {
slogctx.Info(ctx, "Configuration file has 'dry_run' value, using that in favor of server default")
slogctx.Info(ctx, "Configuration file has a 'dry_run' value, using that in favor of server default")

ctx = state.WithDryRun(ctx, *cfg.DryRun)
}
Expand Down

0 comments on commit 69f1117

Please sign in to comment.