Skip to content

Commit

Permalink
Restore experimental_run_shell_command, which was accidentally dele…
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Neugebauer authored Feb 18, 2023
1 parent ed97c0c commit 51de7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/shell/target_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class ShellCommandTarget(Target):

class ShellCommandRunTarget(Target):
alias = "run_shell_command"
deprecated_alias = "run_shell_command"
deprecated_alias = "experimental_run_shell_command"
deprecated_alias_removal_version = "2.18.0.dev0"
core_fields = (
*COMMON_TARGET_FIELDS,
Expand Down

0 comments on commit 51de7e7

Please sign in to comment.