Skip to content

Commit

Permalink
forgot to break out the loop
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat committed May 9, 2023
1 parent 1b4b44a commit d42be09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ static async Task<int> Main(string[] args)
var json = JsonSerializer.Deserialize<ClientVersion>(response);
output.Add($"{binaryType}: {json?.VersionGuid} [{json?.Version}]");
Console.WriteLine($"[{channel}] {binaryType} Success");
break;
}
}

Expand Down

0 comments on commit d42be09

Please sign in to comment.