Skip to content

Commit

Permalink
fix typo in CompilationError (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk authored Nov 12, 2024
1 parent 1c9da9f commit 838f388
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 838f388

Please sign in to comment.