From 0f4c732b977d1c713ffd3b50558b96416c24d741 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 22 Feb 2018 22:41:43 -0500 Subject: [PATCH] brew variant --- util/Function/Download.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Function/Download.cs b/util/Function/Download.cs index 2a9ac18e0f..cd4bed980b 100644 --- a/util/Function/Download.cs +++ b/util/Function/Download.cs @@ -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); }