Skip to content

Commit

Permalink
Fixing typo in help message in upgrade-test (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinmcnulty authored and neel-astro committed Oct 11, 2023
1 parent 31055cf commit 28e0f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/airflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ func newAirflowInitCmd() *cobra.Command {
func newAirflowUpgradeTestCmd(astroClient astro.Client) *cobra.Command {
cmd := &cobra.Command{
Use: "upgrade-test",
Short: "Run tests to see if your environment and DAGs are compatible with a new version of Airflow or Astro Runtime. This test will produce a series of reports where you can see the test resluts.",
Long: "Run tests to see if your environment and DAGs are compatible with a new version of Airflow or Astro Runtime. This test will produce a series of reports where you can see the test resluts.",
Short: "Run tests to see if your environment and DAGs are compatible with a new version of Airflow or Astro Runtime. This test will produce a series of reports where you can see the test results.",
Long: "Run tests to see if your environment and DAGs are compatible with a new version of Airflow or Astro Runtime. This test will produce a series of reports where you can see the test results.",
// ignore PersistentPreRunE of root command
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
return nil
Expand Down

0 comments on commit 28e0f91

Please sign in to comment.