Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-kotliar committed Jul 10, 2020
1 parent 763bd45 commit 492c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ or [What if something doesn't work](./what_if_something_doesnt_work.md) sections
$ cwl-airflow test --suite workflows/tests/conformance_tests.yaml --range 1
```

5. Open Airflow Webserver (by default [localhost:8080](http://127.0.0.1:8080/admin/)) and wait until Airflow Scheduler pick up a new DAG (by default every 5 min) and execute it. **On completion all results and temporary files will be removed**, so you can safely scheduler other workflows by setting different values to `--range` parameter. Take a look at the [How to use](./how_to_use.md) section for more details.
5. Open Airflow Webserver (by default [localhost:8080](http://127.0.0.1:8080/admin/)) and wait until Airflow Scheduler pick up a new DAG (by default every 5 min) and execute it. **On completion all results and temporary files will be removed**, so you can safely schedule other workflows by setting different values to `--range` parameter. Take a look at the [How to use](./how_to_use.md) section for more details.

![Airflow web interface](../images/screen.png)

0 comments on commit 492c4f7

Please sign in to comment.