Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Added alliances as a new phonehome source
Browse files Browse the repository at this point in the history
  • Loading branch information
rottebds committed Jul 21, 2017
1 parent e7ed84b commit 18aa624
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

public enum PhoneHomeSource {
HUB("Hub"),
INTEGRATIONS("Integrations");
INTEGRATIONS("Integrations"),
ALLIANCES("Alliance Integrations");

private String name;

Expand Down

0 comments on commit 18aa624

Please sign in to comment.