Fixing scope issue in GitAccess.

This commit is contained in:
Elliot Wiltshire 2016-07-25 14:46:40 -07:00
parent 9fead2b827
commit 2e6085d8af
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ module Gitlab
end
def build_status_object(status, message = '')
GitAccessStatus.new(status, message)
Gitlab::GitAccessStatus.new(status, message)
end
end
end