Skip to content

Commit

Permalink
Fix typo in parse skipping log message (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybeard authored Jul 26, 2023
1 parent 5d2704b commit eb70430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ func parseDAGs(deployImage string, containerHandler airflow.ContainerHandler) er
return errDagsParseFailed
}
} else {
fmt.Println("Skiping parsing dags due to skip parse being set to true in either the config.yaml or local environment variables")
fmt.Println("Skipping parsing dags due to skip parse being set to true in either the config.yaml or local environment variables")
}

return nil
Expand Down

0 comments on commit eb70430

Please sign in to comment.