Skip to content

Commit

Permalink
Enable lockfile diff report by default. (pantsbuild#19900)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaos authored Sep 22, 2023
1 parent e74ace4 commit 2d9136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/core/goals/generate_lockfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def activated(cls, union_membership: UnionMembership) -> bool:
),
)
diff = BoolOption(
default=False,
default=True,
help=softwrap(
"""
Print a summary of changed distributions after generating the lockfile.
Expand Down

0 comments on commit 2d9136a

Please sign in to comment.