Fix confusing typo in log

This commit is contained in:
trawzified 2019-12-21 20:37:48 +01:00
parent aa13a363bf
commit e1ae92d52c

View File

@ -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;
}
}