summaryrefslogtreecommitdiff
path: root/lib/version_check.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-08 15:59:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-08 15:59:34 +0300
commitedf0a0715b56a50fd1ac8ac505333f7e6fa4384c (patch)
tree166d65017e598256b90656665bc2283786087214 /lib/version_check.rb
parentf38ce01bc3b5a894d527550ca6a782567dfd19f9 (diff)
downloadgitlab-ce-edf0a0715b56a50fd1ac8ac505333f7e6fa4384c.tar.gz
Remove unnecessary public key
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/version_check.rb')
-rw-r--r--lib/version_check.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/version_check.rb b/lib/version_check.rb
index 018bd9dac97..460dc166c41 100644
--- a/lib/version_check.rb
+++ b/lib/version_check.rb
@@ -12,6 +12,7 @@ class VersionCheck
"#{host}?gitlab_info=#{encoded_data}"
end
+ # FIXME: Replace with version.gitlab.com
def host
'http://localhost:9090/check.png'
end