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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version_check.rb b/lib/version_check.rb
index c9f102f6b19..85e922ba2a7 100644
--- a/lib/version_check.rb
+++ b/lib/version_check.rb
@@ -6,7 +6,7 @@ require "base64"
# check if it is a new version for update
class VersionCheck
def self.data
- { version: Gitlab::VERSION }
+ {version: Gitlab::VERSION}
end
def self.url
@@ -16,6 +16,6 @@ class VersionCheck
end
def self.host
- 'https://version.gitlab.com/check.svg'
+ "https://version.gitlab.com/check.svg"
end
end