Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 27, 2014
1 parent 48da407 commit 02609e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/httpget_webhook.R
Expand Up @@ -44,7 +44,7 @@ httpget_webhook <- function(){
}

#trigger install and email
do.call(webhook_install, c(payload = payload, repo = gitrepo, username = gituser, ref = gitmaster, req$get()))
do.call(webhook_install, c(list(payload = payload), repo = gitrepo, username = gituser, ref = gitmaster, req$get()))
}


Expand Down

0 comments on commit 02609e5

Please sign in to comment.