Skip to content

Commit

Permalink
fix running things as CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx committed Jan 24, 2024
1 parent ad723a6 commit 249124b
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 @@ -608,7 +608,7 @@ def retry(ctx, **kwargs):
task = RetryTask(
ctx.obj["flags"],
ctx.obj["runtime_config"],
ctx.obj["manifest"],
None,
)

results = task.run()
Expand Down

0 comments on commit 249124b

Please sign in to comment.