Commit 2e6085d8 authored by Elliot Wiltshire's avatar Elliot Wiltshire

Fixing scope issue in GitAccess.

parent 9fead2b8
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment