This website works better with JavaScript.
Home
Explore
Help
Sign In
TechnikNews
/
PublicAPIs
mirror of
https://github.com/public-apis/public-apis
Watch
1
Star
2
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
use verbose equals in bash
pull/530/head
davemachado
7 years ago
parent
5e51c8b15f
commit
e0ffb2ff62
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/main.sh
+ 1
- 1
build/main.sh
View File
@@ -20,7 +20,7 @@ fi
echo "checking if /json was changed..."
egrep "\+{3}\s.\/json\/" diff.txt > json.txt
if [
[$? == 0]
]; then
if [
$? -eq 0
]; then
echo "JSON files are auto-generated! Please do not update these files:"
cat json.txt
exit 1
Write
Preview
Loading…
Cancel
Save