This is an automated email from the ASF dual-hosted git repository.

shahar 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 ebe307bf609 Fix typo in tmux pane (#46965)
ebe307bf609 is described below

commit ebe307bf6092f0a7c17335c261dc574e031be45a
Author: Shahar Epstein <[email protected]>
AuthorDate: Fri Feb 21 18:00:36 2025 +0200

    Fix typo in tmux pane (#46965)
---
 scripts/in_container/bin/run_tmux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/in_container/bin/run_tmux 
b/scripts/in_container/bin/run_tmux
index 62092183484..4ef8070b1e9 100755
--- a/scripts/in_container/bin/run_tmux
+++ b/scripts/in_container/bin/run_tmux
@@ -119,7 +119,7 @@ fi
 if [[ ${STANDALONE_DAG_PROCESSOR} == "true" ]]; then
     tmux select-pane -t 3
     tmux split-window -h
-    tmux set-option -p @airflow_component "DAG Pocessor"
+    tmux set-option -p @airflow_component "DAG Processor"
     tmux send-keys 'airflow dag-processor' C-m
 fi
 

Reply via email to