Commit eda7f65b authored by Douwe Maan's avatar Douwe Maan

Merge branch 'add-eeu-to-usage-ping' into 'master'

Record EEU usage pings correctly

See merge request gitlab-org/gitlab-ee!3765
parents 5babea68 19b15470
---
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