<#18509 `pants update-build-files` does not fix er...
# github-notifications
c
#18509 `pants update-build-files` does not fix ersc Issue created by kaos Describe the bug
Copy code
$ pants update-build-files ::
10:47:16.19 [WARN] DEPRECATED: the target name experimental_run_shell_command is scheduled to be removed in version 2.18.0.dev0.

Instead, use `run_shell_command`, which behaves the same. Run `pants update-build-files` to automatically fix your BUILD files.
10:47:16.20 [WARN] DEPRECATED: the target name experimental_run_shell_command is scheduled to be removed in version 2.18.0.dev0.

Instead, use `run_shell_command`, which behaves the same. Run `pants update-build-files` to automatically fix your BUILD files.
10:47:27.13 [INFO] No required changes to BUILD files found.However, there may still be deprecations that `update-build-files` doesn't know how to fix. See <https://www.pantsbuild.org/v2.16/docs/upgrade-tips> for upgrade tips.
Pants version 2.16.0a0 OS Mac M1 Additional info The target is in a macro file. pantsbuild/pants