Skip to content

Commit

Permalink
Correct question type for prepare-provider-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh committed Oct 29, 2024
1 parent ce0c1c0 commit 84c0aa5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from rich.syntax import Syntax

from airflow_breeze.utils.black_utils import black_format
from airflow_breeze.utils.confirm import Answer, confirm_action, user_confirm
from airflow_breeze.utils.confirm import Answer, user_confirm
from airflow_breeze.utils.console import get_console
from airflow_breeze.utils.packages import (
HTTPS_REMOTE,
Expand Down Expand Up @@ -749,7 +749,7 @@ def update_release_notes(
)
raise PrepareReleaseDocsNoChangesException()
else:
answer = confirm_action(
answer = user_confirm(
f"Does the provider: {provider_package_id} have any changes apart from 'doc-only'?"
)
if answer == Answer.NO:
Expand Down

0 comments on commit 84c0aa5

Please sign in to comment.