Skip to content

Commit

Permalink
joystick_relay.py: Fix shebang for correct catkin_install_python
Browse files Browse the repository at this point in the history
Resolves ros-teleop#22
  • Loading branch information
wxmerkt committed Oct 13, 2022
1 parent 93c9de3 commit c341a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/joystick_relay.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# twist_mux: joystick_relay.py
Expand Down

0 comments on commit c341a3e

Please sign in to comment.