diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/version_check.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version_check.rb b/lib/version_check.rb index ea23344948c..91ad07feee5 100644 --- a/lib/version_check.rb +++ b/lib/version_check.rb @@ -13,6 +13,6 @@ class VersionCheck end def host - 'https://version.gitlab.com/check.png' + 'https://version.gitlab.com/check.svg' end end |