1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 05:28:15 -05:00

brew variant

This commit is contained in:
Kyle Spearrin 2018-02-22 22:41:43 -05:00
parent eeb319857b
commit 0f4c732b97

View File

@ -105,7 +105,7 @@ namespace Bit.Function
{ {
return GetRedirectResponse(req, DesktopMacOsStoreUrl); return GetRedirectResponse(req, DesktopMacOsStoreUrl);
} }
else if(variant == "cask") else if(variant == "cask" || variant == "brew")
{ {
return GetRedirectResponse(req, DesktopMacOsCaskUrl); return GetRedirectResponse(req, DesktopMacOsCaskUrl);
} }