From 0ee6080b10c75094a25a6214ccaf2d408730a1ec Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 4 Mar 2022 08:36:41 -0800 Subject: [PATCH] Move shebang to the beginning of the detect script --- bin/detect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 bin/detect.py diff --git a/bin/detect.py b/bin/detect.py old mode 100644 new mode 100755 index 2fb3d59f..ee98e7ff --- a/bin/detect.py +++ b/bin/detect.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries # # SPDX-License-Identifier: MIT @@ -19,8 +21,6 @@ """ -#!/usr/bin/env python3 - import adafruit_platformdetect detector = adafruit_platformdetect.Detector()