Commit 19b15470 authored by Sean McGivern's avatar Sean McGivern

Record EEU usage pings correctly

parent 9458ae04
---
title: Record EE Ultimate usage pings correctly
merge_request:
author:
type: fixed
...@@ -140,6 +140,8 @@ module Gitlab ...@@ -140,6 +140,8 @@ module Gitlab
def license_edition(plan) def license_edition(plan)
case plan case plan
when 'ultimate'
'EEU'
when 'premium' when 'premium'
'EEP' 'EEP'
when 'starter' when 'starter'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment