Fixes an issue where if you do something like: check_json.pl -U http://api.thegreensheet.com/Ads/GetTop20AdsInSubCategory/houston/Animals%20Pets%20and%20More
it will parse ok, but exit unknown.
This commit is contained in:
parent
88025f0dc1
commit
1c7e719963
@ -59,6 +59,7 @@ eval {
|
||||
exit EXIT_CRITICAL;
|
||||
};
|
||||
|
||||
$status = EXIT_OK;
|
||||
|
||||
if ($opts{d}) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user