Skip to content

Commit

Permalink
Merge branch 'core' of github.com:EverestAPI/Everest into core
Browse files Browse the repository at this point in the history
  • Loading branch information
Popax21 committed Nov 12, 2023
2 parents ec322b2 + cc6527c commit febf4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Celeste.Mod.mm/Mod/Everest/Everest.Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private Source _RequestStart() {

string data;
try {
Logger.Log(LogLevel.Debug, "updater", "Attempting to download update list from source: " + Index);
Logger.Log(LogLevel.Debug, "updater", "Attempting to download update list from source: " + Index());
using (HttpClient hc = new CompressedHttpClient())
data = hc.GetStringAsync(Index()).Result;
} catch (Exception e) {
Expand Down

0 comments on commit febf4b0

Please sign in to comment.