From d9bc05ebaabc33224fa01f5966edd38edd18716d Mon Sep 17 00:00:00 2001 From: Chien-hung Chen Date: Mon, 5 Jan 2015 11:05:21 +0800 Subject: [PATCH] fix naming --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 77268b4..88c5731 100644 --- a/index.js +++ b/index.js @@ -40,7 +40,7 @@ createStatusToCommit = function (state, opt) { getGIT(opt).statuses.create({ user: opt.git_repo.split('/')[0], repo: opt.git_repo.split('/')[1], - sha: opt.sha, + sha: opt.git_sha, state: state.state, description: state.description, context: state.context