Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Chatterjee committed Dec 18, 2024
1 parent 079b0ef commit 66f4d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddpui/management/commands/dbt_cloud_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def handle(self, *args, **options):
block: OrgPrefectBlockv1 = prefect_service.create_or_update_dbt_cloud_creds_block(
org, options["account_id"], options["api_key"]
)
print("DBT Cloud credentials block created/updated %s", block.block_name)
print(f"DBT Cloud credentials block created/updated {block.block_name}")
return

0 comments on commit 66f4d37

Please sign in to comment.