This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new daa6115b78b Fixing a small typo in airflow config command (#50647)
daa6115b78b is described below
commit daa6115b78bee776eb78b45b17e1086c99445bf1
Author: Amogh Desai <[email protected]>
AuthorDate: Thu May 15 17:12:47 2025 +0530
Fixing a small typo in airflow config command (#50647)
---
airflow-core/src/airflow/cli/commands/config_command.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/cli/commands/config_command.py
b/airflow-core/src/airflow/cli/commands/config_command.py
index bedf7681e0d..faf3999cde9 100644
--- a/airflow-core/src/airflow/cli/commands/config_command.py
+++ b/airflow-core/src/airflow/cli/commands/config_command.py
@@ -1011,7 +1011,7 @@ def update_config(args) -> None:
console.print(f" - {change_msg}")
if dry_run:
console.print(
- "[blue]Dry-run is mode enabled. To apply above airflow.cfg run
the command "
+ "[blue]Dry-run mode is enabled. To apply above airflow.cfg run
the command "
"with `--fix`.[/blue]"
)
else: