fix: repair broken define in webhook.php (missing closing quote from prior sed)

This commit is contained in:
2026-06-18 04:44:36 +00:00
parent 5cbaeda730
commit 1b071f4f67
+1 -1
View File
@@ -14,7 +14,7 @@ if (!defined('WEBHOOK_SECRET')) {
exit;
}
define('DEPLOY_QUEUE', '/tmp/jarvis-deploy-queue.txt');
define('DEPLOY_LOG, '/var/www/jarvis/logs/deploy.log');
define('DEPLOY_LOG', '/var/www/jarvis/logs/deploy.log');
header('Content-Type: application/json');