summaryrefslogtreecommitdiff
path: root/lib/version_check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/version_check.rb')
-rw-r--r--lib/version_check.rb3
1 files changed, 1 insertions, 2 deletions
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