Skip to content

Commit

Permalink
ore
Browse files Browse the repository at this point in the history
  • Loading branch information
wisechengyi committed Jun 25, 2022
1 parent c4cddbb commit 82fd6f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/python/pants/backend/project_info/filter_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def filter_targets(
addresses: Addresses, filter_subsystem: FilterSubsystem, console: Console
) -> FilterGoal:
warn_or_error(
"2.14.0.dev0",
"2.14.0.dev1",
"using `filter` as a goal",
softwrap(
f"""
Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/core/goals/tailor.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ async def tailor(
dir_search_paths = tuple(sorted({os.path.dirname(f) for f in specs_paths.files}))
else:
warn_or_error(
"2.14.0.dev0",
"2.14.0.dev1",
f"running `{bin_name()} tailor` without arguments",
softwrap(
f"""
Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/core/goals/update_build_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async def update_build_files(
)
else:
warn_or_error(
"2.14.0.dev0",
"2.14.0.dev1",
f"running `{bin_name()} update-build-files` without arguments",
softwrap(
f"""
Expand Down

0 comments on commit 82fd6f6

Please sign in to comment.