From 5fa9a5d9f88d6db2b5e383e5ec3a36cd8fe917ee Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Tue, 26 Feb 2013 23:28:39 -0800 Subject: [PATCH] add missing comma oops --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 64a930f..5fdb38f 100644 --- a/Rakefile +++ b/Rakefile @@ -133,7 +133,7 @@ namespace :github do checkout_pr( args.project_name, args.number, - [github_login] + github_admins + [github_login] + github_admins, 'schedule_for_testing', { :login => github_login,