Skip to content

Commit

Permalink
Update tutorial.rst (#25759)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MAGLeb committed Aug 17, 2022
1 parent 48d2876 commit e736c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e736c2d

Please sign in to comment.