summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index b4ff114..fdfcd09 100644
--- a/app.js
+++ b/app.js
@@ -16,7 +16,7 @@ app.post('/hooks/jekyll', function(req, res){
var cmd = '';
// Close connection
- res.send(200);
+ res.send(202);
// Process webhook data
data.repo = data.repository.name;