From 5e51c8b15f29e7f5a86d2e26f933bf767483e065 Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 26 Oct 2017 11:20:45 -0400 Subject: [PATCH] Fix a stupid raw string --- build/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/main.sh b/build/main.sh index f0e69e7b..dcbc6898 100755 --- a/build/main.sh +++ b/build/main.sh @@ -19,7 +19,7 @@ else fi echo "checking if /json was changed..." -egrep "\+{3}\s.\/json\/" 527.diff > json.txt +egrep "\+{3}\s.\/json\/" diff.txt > json.txt if [[$? == 0]]; then echo "JSON files are auto-generated! Please do not update these files:" cat json.txt