mirror of
https://github.com/bitwarden/mobile
synced 2024-12-28 01:32:41 +01:00
rollout track
This commit is contained in:
parent
dd511ba365
commit
b7df2d5441
@ -42,6 +42,10 @@ namespace Bit.Publisher
|
||||
{
|
||||
_track = "production";
|
||||
}
|
||||
else if(args[2] == "r")
|
||||
{
|
||||
_track = "rollout";
|
||||
}
|
||||
else if(args[2] == "i")
|
||||
{
|
||||
_track = "internal";
|
||||
|
Loading…
Reference in New Issue
Block a user