1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-28 03:57:43 +02:00

rollout track

This commit is contained in:
Kyle Spearrin 2018-06-29 15:05:40 -04:00
parent dd511ba365
commit b7df2d5441

View File

@ -42,6 +42,10 @@ namespace Bit.Publisher
{
_track = "production";
}
else if(args[2] == "r")
{
_track = "rollout";
}
else if(args[2] == "i")
{
_track = "internal";