Skip to content

Commit

Permalink
pants: fix typo in st2actions/BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Mar 10, 2023
1 parent 0aa920b commit d11849e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions st2actions/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ st2_component_python_distribution(
],
dependencies=[
# policies get wired up by metadata in st2common/st2common/policies/meta/*.yaml
"st2actions/policies",
"./st2actions/policies",
# backwards compat API:
# st2actions.runners.pythonrunner.Action moved to st2common.runners.base_action.Action
"st2actions/runners/pythonrunner.py",
"./st2actions/runners/pythonrunner.py",
],
)

0 comments on commit d11849e

Please sign in to comment.