Skip to content

Commit

Permalink
Update core/dbt/cli/flags.py
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
  • Loading branch information
ChenyuLInx and dbeatty10 authored Aug 2, 2023
1 parent c689853 commit fd57e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/cli/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def add_fn(x):

if k == "macro" and command == CliCommand.RUN_OPERATION:
add_fn(v)
# None is Signletons, False is flyweight, only one instance of each.
# None is a Singleton, False is a Flyweight, only one instance of each.
elif v is None or v is False:
add_fn(f"--no-{spinal_cased}")
elif v is True:
Expand Down

0 comments on commit fd57e2a

Please sign in to comment.