diff --git a/docs/apache-airflow/tutorial.rst b/docs/apache-airflow/tutorial.rst index 7e641ba22906..e415cd1c61af 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