Skip to content

Commit

Permalink
Fix comment for dbt retry (#7932)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Jun 26, 2023
1 parent 9c97d30 commit f9d4e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def run(ctx, **kwargs):
return results, success


# dbt run
# dbt retry
@cli.command("retry")
@click.pass_context
@p.project_dir
Expand Down

0 comments on commit f9d4e9e

Please sign in to comment.