diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/utils/analytics.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils/analytics.rb b/Library/Homebrew/utils/analytics.rb index cdf2c4eb5..9995a174f 100644 --- a/Library/Homebrew/utils/analytics.rb +++ b/Library/Homebrew/utils/analytics.rb @@ -39,7 +39,7 @@ end def report_analytics_exception(exception, options={}) if exception.is_a? BuildError - report_analytics_event("BuildError", e.formula.full_name) + report_analytics_event("BuildError", exception.formula.full_name) end fatal = options.fetch(:fatal, true) ? "1" : "0" |
