From 6daf4b9784f583e933188da1a6e35a25c36b60ac Mon Sep 17 00:00:00 2001 From: Andrew Daugherity Date: Thu, 6 Jun 2013 16:25:07 -0500 Subject: [PATCH] use git user in check script --- script/check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/check b/script/check index d2eb4a2..c907a98 100755 --- a/script/check +++ b/script/check @@ -1,2 +1,2 @@ #!/bin/sh -sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production +sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production -- libgit2 0.21.2