Skip to content

Commit

Permalink
Merge pull request #4 from whill-labs/maintenance/unify_shebang
Browse files Browse the repository at this point in the history
unify shebang on python scripts
  • Loading branch information
eduidl authored Jan 28, 2022
2 parents a857cf5 + b5df806 commit 4c15be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ros_awsiot_agent/src/ros_awsiot_agent/mqtt2ros.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import logging
from os.path import expanduser
Expand Down
2 changes: 1 addition & 1 deletion ros_awsiot_agent/src/ros_awsiot_agent/ros2mqtt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import logging
from os.path import expanduser
Expand Down

0 comments on commit 4c15be5

Please sign in to comment.