Skip to content

Commit

Permalink
Minor text issue fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
FirehawkV21 committed Jan 30, 2023
1 parent 0087860 commit b15250c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RMMVCookTool.CLI/CompilerEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public void ProcessCommandLineArguments(in string[] args)
argsTable.AddRow(Resources.CompressionLevelEntry, Resources.OptimalCompression);
break;
}
if (setupTool.CheckDeletion == 2) argsTable.AddRow(Resources.RemoveSourceFilesEntry, Resources.CommonWordYes);
if (newProject.Setup.RemoveSourceFiles) argsTable.AddRow(Resources.RemoveSourceFilesEntry, Resources.CommonWordYes);
else argsTable.AddRow(Resources.RemoveSourceFilesEntry, Resources.CommonWordNo);
setupTool.CheckSettings(newProject);
if (setupTool.SettingsSet) AnsiConsole.Write(argsTable);
Expand Down

0 comments on commit b15250c

Please sign in to comment.