Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel May committed Oct 14, 2021
1 parent d731b18 commit 44003e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/parser/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def render_update(
model_parser_copy = ModelParser(
deepcopy(self.project),
deepcopy(self.manifest),
deepcopy(self.project)
deepcopy(self.root_project)
)
jinja_sample_node = deepcopy(node)
jinja_sample_config = deepcopy(config)
Expand Down

0 comments on commit 44003e7

Please sign in to comment.