Skip to content

Commit

Permalink
fix: Revised Airflow DB initialization command (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlersantos committed Aug 13, 2021
1 parent c494ed9 commit 47b4717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ This uses the `Pipfile.lock` found in the project root and installs all the deve
Finally, initialize the Airflow database:

```bash
pipenv run airflow initdb
pipenv run airflow db init
```

# Building Data Pipelines
Expand Down

0 comments on commit 47b4717

Please sign in to comment.