Skip to content

Commit 4666ca2

Browse files
authored
Merge pull request #224 from cdwilson/fix-shebang-in-detect-script
Move shebang to the beginning of the detect script
2 parents 1096b73 + 0ee6080 commit 4666ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/detect.py

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
24
#
35
# SPDX-License-Identifier: MIT
@@ -19,8 +21,6 @@
1921
2022
"""
2123

22-
#!/usr/bin/env python3
23-
2424
import adafruit_platformdetect
2525

2626
detector = adafruit_platformdetect.Detector()

0 commit comments

Comments
 (0)