Skip to content

Commit

Permalink
remove extra curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Apr 19, 2024
1 parent 64c9cab commit 39f88fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% if relation is not none %}
{% set database = relation.database %}
{% set schema = relation.schema %}
{% set to_relation = adapter.get_relation(database=database, schema=schema, identifier=new_name) %}}
{% set to_relation = adapter.get_relation(database=database, schema=schema, identifier=new_name) %}
{% if to_relation is not none %}
{{ adapter.rename_relation(from_relation=relation, to_relation=to_relation) }}
{% endif %}
Expand Down

0 comments on commit 39f88fe

Please sign in to comment.