This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 0c24da006508302faa3baf686a742fd617ea1465 Author: josh-fell <[email protected]> AuthorDate: Wed Jun 30 04:57:38 2021 -0400 Adding missing word to welcome message (#16726) (cherry picked from commit df06a71bfc5e637fda38d555864b791ab5f0ad7d) --- scripts/in_container/run_tmux_welcome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/in_container/run_tmux_welcome.sh b/scripts/in_container/run_tmux_welcome.sh index 976478b..68360c6 100755 --- a/scripts/in_container/run_tmux_welcome.sh +++ b/scripts/in_container/run_tmux_welcome.sh @@ -19,5 +19,5 @@ cd /opt/airflow/ || exit clear echo "Welcome to your tmux based running Airflow environment (courtesy of Breeze)." echo -echo " To stop Airflow and exit tmux just 'stop_airflow'." +echo " To stop Airflow and exit tmux just type 'stop_airflow'." echo
