mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix confusing typo in log
This commit is contained in:
parent
aa13a363bf
commit
e1ae92d52c
@ -72,7 +72,7 @@ namespace Wabbajack.Lib
|
||||
{
|
||||
if ((await Utils.Log(new ConfirmUpdateOfExistingInstall { ModListName = ModList.Name, OutputFolder = OutputFolder }).Task) == ConfirmUpdateOfExistingInstall.Choice.Abort)
|
||||
{
|
||||
Utils.Log("Existing installation at the request of the user, existing mods folder found.");
|
||||
Utils.Log("Exiting installation at the request of the user, existing mods folder found.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user