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/17 14:16:56 UTC

[airflow] branch main updated: Update tutorial.rst (#25759)

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 e736c2d154 Update tutorial.rst (#25759)
e736c2d154 is described below

commit e736c2d1545501d6998a02380778574ae159a203
Author: Gleb <52...@users.noreply.github.com>
AuthorDate: Wed Aug 17 18:16:48 2022 +0400

    Update tutorial.rst (#25759)
    
    Command: `curl -LfO 'https://airflow.apache.org/docs/apache-airflow/stable/docker-compose.yaml'` to download the docker-compose.yaml file was with wrong options.
---
 docs/apache-airflow/tutorial.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/tutorial.rst b/docs/apache-airflow/tutorial.rst
index 7e641ba229..e415cd1c61 100644
--- a/docs/apache-airflow/tutorial.rst
+++ b/docs/apache-airflow/tutorial.rst
@@ -403,7 +403,7 @@ The steps below should be sufficient, but see the quick-start documentation for
 .. code-block:: bash
 
   # Download the docker-compose.yaml file
-  curl -Lf0 'https://airflow.apache.org/docs/apache-airflow/stable/docker-compose.yaml'
+  curl -LfO 'https://airflow.apache.org/docs/apache-airflow/stable/docker-compose.yaml'
 
   # Make expected directories and set an expected environment variable
   mkdir -p ./dags ./logs ./plugins