Skip to content

Commit

Permalink
fix typo in CompilationError
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Nov 12, 2024
1 parent 65d7ba5 commit 18ee6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_common/behavior_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ def __getattr__(self, name: str) -> BehaviorFlagRendered:
for flag in self._flags:
if flag.name == name:
return flag
raise CompilationError(f"The flag {name} has not be registered.")
raise CompilationError(f"The flag {name} has not been registered.")

0 comments on commit 18ee6d0

Please sign in to comment.