[Issue 167] Fix PR issue from Ivam Smolin

This commit is contained in:
Boyko Mihail 2020-03-12 15:35:33 +03:00
parent b2e8152adb
commit 2a9d8e96e3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
$json = array_merge($baseJson, json_decode($jsonFile, true));
if ($json == null) {
echo "JSON is not valid\n";
echo "Invalid JSON format\n";
exit(1);
}