Skip to content

Commit 9c3f8c5

Browse files
author
Chris Patterson
authored
plugins: fix loading of catkin-tools (#3168)
Typo "catkin_tools" should be "catkin-tools". We need a spread test for this plugin. LP: #1882996 Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
1 parent 0ea9c7a commit 9c3f8c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snapcraft/plugins/_plugin_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ant": v1.AntPlugin,
3030
"autotools": v1.AutotoolsPlugin,
3131
"catkin": v1.CatkinPlugin,
32-
"catkin_tools": v1.CatkinToolsPlugin,
32+
"catkin-tools": v1.CatkinToolsPlugin,
3333
"cmake": v1.CMakePlugin,
3434
"colcon": v1.ColconPlugin,
3535
"conda": v1.CondaPlugin,

0 commit comments

Comments
 (0)