mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
brew variant
This commit is contained in:
parent
eeb319857b
commit
0f4c732b97
@ -105,7 +105,7 @@ namespace Bit.Function
|
||||
{
|
||||
return GetRedirectResponse(req, DesktopMacOsStoreUrl);
|
||||
}
|
||||
else if(variant == "cask")
|
||||
else if(variant == "cask" || variant == "brew")
|
||||
{
|
||||
return GetRedirectResponse(req, DesktopMacOsCaskUrl);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user