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 28, 2024
1 parent 78ff0a9 commit f990ca3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_build-docs.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
03dd58933b63fc368157f716b1852e1b
b349182dab04b6ff58acd122a403a5a4
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_prod-image.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
55030fe0d7718eb668fa1a37128647b0
d91bcc76b14f186e749efe2c6aaa8682
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_prod-image_build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d0214e8e95fcb56c91e0e416690eb24f
fe048412f9fc1527a30eaaf0a986fa16
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_setup.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d4a4f1b405f912fa234ff4116068290a
08c78d9dddd037a2ade6b751c5a22ff9
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_setup_autocomplete.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fffcd49e102e09ccd69b3841a9e3ea8e
ec3b4541a478afe5cb86a6f1c48f50f5
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_setup_config.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ee2e731f011b1d93dcbfbcaebf6482a6
235af93483ea83592052476479757683
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_start-airflow.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e63a3289a1be34b82c28b606dee0c472
c880eabfdc882c26e7a2cc4c47a58be3
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 f990ca3

Please sign in to comment.