Merge pull request #4929 from sjackman/custom-prefix

Utils::Analytics.custom_prefix_label: Fix typo
This commit is contained in:
Shaun Jackman 2018-09-18 10:45:23 -07:00 committed by GitHub
commit 47bebcdeca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ module Utils
module Analytics module Analytics
class << self class << self
def custom_prefix_label def custom_prefix_label
"generic-prefix".freeze "custom-prefix".freeze
end end
def clear_os_prefix_ci def clear_os_prefix_ci