From a5eed2a27fa21f03c4c5898982dc652bb557029f Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Sat, 25 Apr 2015 15:24:46 +0200 Subject: [PATCH] dimenticato una S --- scripts/github.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github.coffee b/scripts/github.coffee index 21e6b55..2ed29d1 100644 --- a/scripts/github.coffee +++ b/scripts/github.coffee @@ -12,7 +12,7 @@ module.exports = (robot) -> req.headers["x-hub-signature"], 'but expected', "sha1="+process.env.GITHUB_API_SECRET return dest = name: req.params.name, room: req.params.room - if req.body.ref is 'refs/head/master' + if req.body.ref is 'refs/heads/master' s = 'Sono stato aggiornato!\n' cm = req.body.commits.map (c) -> [c.committer.username,c.message].join ' -> '