You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/06 18:50:50 UTC

[airflow] branch main updated: Correct compile assets command in tmux welcome message (#25570)

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 06f35ea3d4 Correct compile assets command in tmux welcome message (#25570)
06f35ea3d4 is described below

commit 06f35ea3d4104ba5e15d5b6b25ed62ced8847a8c
Author: Josh Fell <48...@users.noreply.github.com>
AuthorDate: Sat Aug 6 14:50:36 2022 -0400

    Correct compile assets command in tmux welcome message (#25570)
---
 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 41e18ef12d..1fef909296 100755
--- a/scripts/in_container/run_tmux_welcome.sh
+++ b/scripts/in_container/run_tmux_welcome.sh
@@ -25,7 +25,7 @@ echo "     NOTE! If you want to rebuild webserver assets dynamically:"
 echo
 echo "        * Restart airflow webserver with '-d' flag."
 echo "          AND (in a separate terminal in your host):"
-echo "        * Run 'breeze www-compile-assets --dev'."
+echo "        * Run 'breeze compile-www-assets --dev'."
 echo "           OR"
 echo "        * Run 'yarn dev' in the 'airflow/www' if you have yarn installed and want to watch recompiling happens."
 echo