From 6bd0379449602234fc13cbb1681caecc31b7a662 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Tue, 18 Sep 2018 09:48:45 -0700 Subject: [PATCH] Utils::Analytics.custom_prefix_label: Fix typo Change generic-prefix to custom-prefix. --- Library/Homebrew/utils/analytics.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/analytics.rb b/Library/Homebrew/utils/analytics.rb index 3f9f4c71dd..dc44a0b3a6 100644 --- a/Library/Homebrew/utils/analytics.rb +++ b/Library/Homebrew/utils/analytics.rb @@ -4,7 +4,7 @@ module Utils module Analytics class << self def custom_prefix_label - "generic-prefix".freeze + "custom-prefix".freeze end def clear_os_prefix_ci