From b3f5c679b6ae493c7bbc0ba75707c0f9c72685a8 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 11 May 2015 18:21:45 +0300 Subject: Replace host with real one Signed-off-by: Dmitriy Zaporozhets --- lib/version_check.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/version_check.rb') diff --git a/lib/version_check.rb b/lib/version_check.rb index 460dc166c41..ea23344948c 100644 --- a/lib/version_check.rb +++ b/lib/version_check.rb @@ -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 -- cgit v1.2.3