Skip to content
Snippets Groups Projects
Commit fa3c55aa authored by Carlos D'Agostino's avatar Carlos D'Agostino Committed by Mike McQuaid
Browse files

utils/analytics: fix usage of undefined variable.

parent 342ed4c8
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment