From 6daf4b9784f583e933188da1a6e35a25c36b60ac Mon Sep 17 00:00:00 2001 From: Andrew Daugherity Date: Thu, 6 Jun 2013 16:25:07 -0500 Subject: use git user in check script No more separate gitlab user since 5.0. --- script/check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/check') diff --git a/script/check b/script/check index d2eb4a2f6d8..c907a98b5d9 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 -- cgit v1.2.1