From 71716f3c4eb5a695f99f6d01cdd7883caad2961a Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Sun, 28 Jan 2024 18:09:40 -0600 Subject: [PATCH] missing quote --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index b94fb2a22e..48b6ce5b07 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -8,7 +8,7 @@ RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk RULESFILE = $(RULESPATH)/rules.mk ifneq ("$(wildcard $(../.git))","") -$(error ../.git not found. We expect source code to be cloned not downloaded as zip file.") +$(error "../.git not found. We expect source code to be cloned not downloaded as zip file.") endif include rusefi_rules.mk