Skip to content

Commit d11849e

Browse files
committed
pants: fix typo in st2actions/BUILD
1 parent 0aa920b commit d11849e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

st2actions/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ st2_component_python_distribution(
99
],
1010
dependencies=[
1111
# policies get wired up by metadata in st2common/st2common/policies/meta/*.yaml
12-
"st2actions/policies",
12+
"./st2actions/policies",
1313
# backwards compat API:
1414
# st2actions.runners.pythonrunner.Action moved to st2common.runners.base_action.Action
15-
"st2actions/runners/pythonrunner.py",
15+
"./st2actions/runners/pythonrunner.py",
1616
],
1717
)

0 commit comments

Comments
 (0)