mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05: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…
x
Reference in New Issue
Block a user