From 178d3e90ad474565da002bcbc636211b7071637f Mon Sep 17 00:00:00 2001 From: Roblox Thot <67937010+Roblox-Thot@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:36:19 -0400 Subject: [PATCH] ; --- Bloxstrap/RobloxDeployment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/RobloxDeployment.cs b/Bloxstrap/RobloxDeployment.cs index 7a17229e..5ba4b073 100644 --- a/Bloxstrap/RobloxDeployment.cs +++ b/Bloxstrap/RobloxDeployment.cs @@ -102,7 +102,7 @@ public static class RobloxDeployment public static string GetLocation(string resource, string channel = DefaultChannel) { - channel = DefaultChannel + channel = DefaultChannel; string location = BaseUrl; if (String.Compare(channel, DefaultChannel, StringComparison.InvariantCultureIgnoreCase) != 0)