From 8aa4467e223bb4ea7d2930c51703805fea91a99e Mon Sep 17 00:00:00 2001 From: Kevin Redon Date: Wed, 26 Mar 2014 12:08:57 +0100 Subject: [PATCH] bug fix --- hardware/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/Rakefile b/hardware/Rakefile index 39d2b9c..bdde037 100644 --- a/hardware/Rakefile +++ b/hardware/Rakefile @@ -147,7 +147,7 @@ def bom2(schematic, attributes) end return to_return end -CLEAN.include("attribs",:force) +CLEAN.include("attribs",[:force]) # =============== # file generation