summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-11 18:21:45 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-11 18:21:45 +0300
commitb3f5c679b6ae493c7bbc0ba75707c0f9c72685a8 (patch)
tree7ccfc0fad452c2310c79ad20785098806c08e755
parent09b3e354c87df17e3ea42825246cca2057bda901 (diff)
downloadgitlab-ce-b3f5c679b6ae493c7bbc0ba75707c0f9c72685a8.tar.gz
Replace host with real one
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-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