From 29f6e9fab7804e4f0d8bbc17873a3ac67fc9d31c Mon Sep 17 00:00:00 2001 From: Fernando Trias Date: Sat, 20 Jun 2020 14:31:24 -0400 Subject: [PATCH] fix typo --- teensy_debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teensy_debug b/teensy_debug index 78a4a38..2f80e07 100755 --- a/teensy_debug +++ b/teensy_debug @@ -119,7 +119,7 @@ def installGDB(): DIR = APPDIR + "Arduino.app/" else: try: - DIR = os.readlink("/usr/local/bin/arduinox") + DIR = os.readlink("/usr/local/bin/arduino") DIR = os.path.dirname(DIR) + "/" except: DIR = ''