Commit 5e51c8b1 authored by davemachado's avatar davemachado
Browse files

Fix a stupid raw string

parent 27b32068
...@@ -19,7 +19,7 @@ else ...@@ -19,7 +19,7 @@ else
fi fi
echo "checking if /json was changed..." 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 if [[$? == 0]]; then
echo "JSON files are auto-generated! Please do not update these files:" echo "JSON files are auto-generated! Please do not update these files:"
cat json.txt cat json.txt
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment