Skip to content

Commit

Permalink
Fixing ignored filename (#262)
Browse files Browse the repository at this point in the history
* Remove extra `t`

Fixing the name of the file `airflow_settings.yaml`

* Removing extra `t` in the filename

Fixing the name of the file airflow_settings.yaml.
  • Loading branch information
Gonzalo Diaz authored and schnie committed Jul 29, 2019
1 parent 01d9f22 commit 673502a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/include/dockerignore.go
Expand Up @@ -7,5 +7,5 @@ var Dockerignore = strings.TrimSpace(`
.astro
.git
.env
airflow_setttings.yaml
airflow_settings.yaml
`)
2 changes: 1 addition & 1 deletion airflow/include/gitignore.go
Expand Up @@ -6,5 +6,5 @@ import "strings"
var Gitignore = strings.TrimSpace(`
.git
.env
airflow_setttings.yaml
airflow_settings.yaml
`)

0 comments on commit 673502a

Please sign in to comment.