Skip to content

Commit

Permalink
Properly formatting 'running' log of DbtRunner.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Jul 2, 2023
1 parent afb8bb7 commit 6cf970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elementary/clients/dbt/dbt_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _run_command(
else:
log_command = dbt_command

log_msg = f"Running {log_command}"
log_msg = f"Running {' '.join(log_command)}"
if not quiet:
logger.info(log_msg)
else:
Expand Down

0 comments on commit 6cf970d

Please sign in to comment.