diff options
Diffstat (limited to 'script/check')
-rwxr-xr-x | script/check | 2 |
1 files changed, 1 insertions, 1 deletions
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 |