Skip to content

Commit

Permalink
Update branch references to update default branch (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanahamilton authored Jun 23, 2020
1 parent 2acdcf1 commit 98c2d86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Astronomer CLI [![Release](https://img.shields.io/github/v/release/astronomer/astro-cli.svg?logo=github)](https://github.com/astronomer/astro-cli/releases) [![GoDoc](https://godoc.org/github.com/astronomer/astro-cli?status.svg)](https://godoc.org/github.com/astronomer/astro-cli) [![Go Report Card](https://goreportcard.com/badge/github.com/astronomer/astro-cli)](https://goreportcard.com/report/github.com/astronomer/astro-cli) [![codecov](https://codecov.io/gh/astronomer/astro-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/astronomer/astro-cli)
# Astronomer CLI [![Release](https://img.shields.io/github/v/release/astronomer/astro-cli.svg?logo=github)](https://github.com/astronomer/astro-cli/releases) [![GoDoc](https://godoc.org/github.com/astronomer/astro-cli?status.svg)](https://godoc.org/github.com/astronomer/astro-cli) [![Go Report Card](https://goreportcard.com/badge/github.com/astronomer/astro-cli)](https://goreportcard.com/report/github.com/astronomer/astro-cli) [![codecov](https://codecov.io/gh/astronomer/astro-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/astronomer/astro-cli)


The Astronomer CLI can be used to build Airflow DAGs locally and run them via docker-compose, as well as to deploy those DAGs to Astronomer-managed Airflow clusters and interact with the Astronomer API in general.
Expand Down Expand Up @@ -74,7 +74,7 @@ ie:
curl -sSL https://install.astronomer.io | sudo bash -s -- v0.7.5
```

> Note: If you get mkdir error during installation please download and run [godownloader](https://raw.githubusercontent.com/astronomer/astro-cli/master/godownloader.sh) script locally.
> Note: If you get mkdir error during installation please download and run [godownloader](https://raw.githubusercontent.com/astronomer/astro-cli/main/godownloader.sh) script locally.
$ cat godownloader.sh | bash -s -- -b /usr/local/bin

Expand Down
4 changes: 2 additions & 2 deletions airflow/include/settingsyml.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ var Settingsyml = strings.TrimSpace(`
# NOTE: If putting a dict in conn_extra, please wrap in single quotes.
# More details you can find https://github.com/astronomer/docs/blob/master/v0.10/cli-airflow-configuration.md
# More details you can find https://github.com/astronomer/docs/blob/main/v0.10/cli-airflow-configuration.md
airflow:
connections:
- conn_id:
conn_type:
conn_host:
conn_schema:
conn_schema:
conn_login:
conn_password:
conn_port:
Expand Down

0 comments on commit 98c2d86

Please sign in to comment.