diff --git a/script/check b/script/check index d2eb4a2f6d8d26a8916245e7f36bf7cca7d00a5a..c907a98b5d91d15915256870a73985d58c5cda5d 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