Skip to content

Commit

Permalink
endre output-navn
Browse files Browse the repository at this point in the history
  • Loading branch information
augustdahl committed Jul 10, 2024
1 parent 1334fa0 commit 8db8aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dask_infrastructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def edit_dbx_teams_output_file(params):
project_name: str = params.get("project_name")

content = f'''
output "catalog_name" {{
output "{project_name.lower()}_catalog_name" {{
value = "module.{project_name.lower()}.catalog_name"
}}
'''
Expand Down

0 comments on commit 8db8aaa

Please sign in to comment.