Skip to content

Commit

Permalink
fix shebang line for python3
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas authored and bmagyar committed Jun 2, 2020
1 parent cc3f96b commit 1fd8d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rqt_joint_trajectory_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install(DIRECTORY resource
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(PROGRAMS
catkin_install_python(PROGRAMS
scripts/rqt_joint_trajectory_controller
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

0 comments on commit 1fd8d25

Please sign in to comment.