Skip to content

Commit 2b8bc4e

Browse files
authored
Fix mislabeling of CmdUpdateAllMods
what!!!
1 parent b34df5e commit 2b8bc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharp/CmdUpdateAllMods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Olympus {
1111
public class CmdUpdateAllMods : Cmd<string, bool, string, bool, IEnumerator> {
12-
private static readonly Logger log = new Logger(nameof(CmdTasks));
12+
private static readonly Logger log = new Logger(nameof(CmdUpdateAllMods));
1313

1414
public override bool Taskable => true;
1515

0 commit comments

Comments
 (0)