From 618a5b62eef14307d009d41474d851aa8037fc54 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Sun, 16 Nov 2014 14:40:48 +0100 Subject: [PATCH] Revert the changes in download-grammars --- script/download-grammars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/download-grammars b/script/download-grammars index c07ad8e7..e0dfe10c 100755 --- a/script/download-grammars +++ b/script/download-grammars @@ -8,7 +8,7 @@ require 'tmpdir' require 'uri' require 'yaml' -GRAMMARS_PATH = File.expand_path("../../../prettylights/grammars", __FILE__) +GRAMMARS_PATH = File.expand_path("../../grammars", __FILE__) SOURCES_FILE = File.expand_path("../../grammars.yml", __FILE__) CSONC = File.expand_path("../../node_modules/.bin/csonc", __FILE__)