mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Fix a stupid raw string
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user