Skip to content

Commit

Permalink
Update airflow dev init message (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Vandover authored Aug 31, 2020
1 parent 16e3a54 commit 97da9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/airflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func airflowInit(cmd *cobra.Command, args []string, client *houston.Client, out

if len(defaultImageTag) == 0 {
defaultImageTag = "latest-onbuild"
fmt.Printf("Failed to get list of supported tags from Astonomer, falling back to %s\n", defaultImageTag)
fmt.Printf("Initializing Airflow project\nNot connected to Astronomer, pulling Airflow development files from %s\n", defaultImageTag)
}

emtpyDir := fileutil.IsEmptyDir(config.WorkingPath)
Expand Down

0 comments on commit 97da9f9

Please sign in to comment.