Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko committed Jun 17, 2021
1 parent debce80 commit 0606ad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/airflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ func airflowInit(cmd *cobra.Command, args []string, client *houston.Client, out
Query: houston.DeploymentInfoRequest,
}

defaultImageTag := ""
wsResp, err := r.DoWithClient(client)
if err == nil {
defaultImageTag = wsResp.Data.DeploymentConfig.DefaultAirflowImageTag
Expand Down Expand Up @@ -323,7 +322,7 @@ func airflowInit(cmd *cobra.Command, args []string, client *houston.Client, out
cmd.SilenceUsage = true

// Execute method
err := airflow.Init(config.WorkingPath, defaultImageTag)
err = airflow.Init(config.WorkingPath, defaultImageTag)
if err != nil {
return err
}
Expand Down

0 comments on commit 0606ad9

Please sign in to comment.