Skip to content

Commit

Permalink
Fix source help text.
Browse files Browse the repository at this point in the history
# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
kaos committed Oct 17, 2022
1 parent 717e71e commit 085e892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/pants/core/target_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ async def package_archive_target(field_set: ArchiveFieldSet) -> BuiltPackage:


# -----------------------------------------------------------------------------------------------
# `lockfile` and `lockfiles` target
# `lockfile` and `lockfiles` targets
# -----------------------------------------------------------------------------------------------


Expand All @@ -749,7 +749,7 @@ class LockfileTarget(Target):


class LockfilesGeneratorSourcesField(MultipleSourcesField):
pass
help = generate_multiple_sources_field_help_message("Example: `sources=['example.lock']`")


class LockfilesGeneratorTarget(TargetFilesGenerator):
Expand Down

0 comments on commit 085e892

Please sign in to comment.