Skip to content

Commit

Permalink
change customer to region
Browse files Browse the repository at this point in the history
  • Loading branch information
rgibert committed Nov 22, 2024
1 parent 5c5c31f commit 930afec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sentry_kube/cli/apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def _apply(
if not (
yes
or click.confirm(
"Are you sure you want to apply this for customer "
"Are you sure you want to apply this for region "
f"{click.style(customer_name, fg='yellow', bold=True)}"
", cluster "
f"{click.style(ctx.obj.cluster_name, fg='yellow', bold=True)}"
Expand Down
2 changes: 1 addition & 1 deletion sentry_kube/cli/run_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run_job(ctx, job_name, arg, kwarg, service_name, yes, quiet):
if not (
yes
or click.confirm(
"Are you sure you want to apply this for customer "
"Are you sure you want to apply this for region "
f"{click.style(customer_name, fg='yellow', bold=True)}"
", cluster "
f"{click.style(ctx.obj.cluster_name, fg='yellow', bold=True)}"
Expand Down

0 comments on commit 930afec

Please sign in to comment.