Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_build-docs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@
719d34813661417c2c648ac0eaa7db58
784f47e6935f143d3ddc219f3a852a28
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ def start_airflow(
"--refresh-airflow-inventories",
is_flag=True,
help="When set, only airflow package inventories will be refreshed, regardless "
"if they are already downloaded. With `--clean-build` - everything is cleaned..",
"if they are already downloaded. With `--clean-build` - everything is cleaned.",
)
@click.option(
"--fail-on-missing-third-party-inventories",
Expand Down
2 changes: 1 addition & 1 deletion devel-common/src/docs/build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def is_command_available(command):
"--refresh-airflow-inventories",
is_flag=True,
help="When set, only airflow package inventories will be refreshed, regardless "
"if they are already downloaded. With `--clean-build` - everything is cleaned..",
"if they are already downloaded. With `--clean-build` - everything is cleaned.",
)
@click.option(
"--fail-on-missing-third-party-inventories",
Expand Down
Loading