Skip to content

Commit dbe7579

Browse files
Fixed typo in wings installer when downloading the wings binary
1 parent 25fb360 commit dbe7579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer/Installers/WingsInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ await DisplayHelper.RunAsStatus("[white]Downloading wings binary[/]", async () =
6161

6262
var response = await httpClient
6363
.GetAsync(
64-
$"https://github.com/pterodactyl/wings/releases/latest/download/wings_linux__{architectureType}");
64+
$"https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_{architectureType}");
6565

6666
await response.Content.CopyToAsync(fs);
6767

0 commit comments

Comments
 (0)