Skip to content

Commit

Permalink
Add .env file creation on init
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingregory authored and schnie committed Jan 9, 2019
1 parent bda4a66 commit a40bb7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/airflow.go
Expand Up @@ -75,6 +75,7 @@ func Init(path string) error {
version.GetTagFromVersion()),
"packages.txt": "",
"requirements.txt": "",
".env": "",
"dags/example-dag.py": include.Exampledag,
"plugins/example-plugin.py": include.ExamplePlugin,
}
Expand Down

0 comments on commit a40bb7f

Please sign in to comment.