From 4b2be6fc2f4c3c876a3eb976c90d1ac21d652744 Mon Sep 17 00:00:00 2001
From: Jesse Vincent <jesse@keyboard.io>
Date: Mon, 14 Aug 2017 15:45:00 -0700
Subject: [PATCH] fix a path in the makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4b749a6..a41feff 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ UNAME_S := $(shell uname -s)
 ifeq ($(UNAME_S),Darwin)
 SKETCHBOOK_DIR ?= $(HOME)/Documents/Arduino/
 else
-SKETCHBOOK_DIR ?= $(HOME)/arduino
+SKETCHBOOK_DIR ?= $(HOME)/Arduino
 endif
 
 BOARD_HARDWARE_PATH ?= $(SKETCHBOOK_DIR)/hardware