Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Thot authored Sep 26, 2024
1 parent bd4d984 commit 178d3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/RobloxDeployment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 178d3e9

Please sign in to comment.