Replace host with real one

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-05-11 18:21:45 +03:00
parent 09b3e354c8
commit b3f5c679b6
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ class VersionCheck
"#{host}?gitlab_info=#{encoded_data}"
end
# FIXME: Replace with version.gitlab.com
def host
'http://localhost:9090/check.png'
'https://version.gitlab.com/check.png'
end
end