mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-25 15:06:29 +02:00
Fix a stupid raw string
This commit is contained in:
parent
27b320683f
commit
5e51c8b15f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue