Skip to content

Commit ac54ff5

Browse files
committed
bug fix
1 parent 6e065e4 commit ac54ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OrchardCoreContrib.PoExtractor/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static void Main(string[] args)
102102
projectProcessor.Process(projectPath, projectBasePath, localizableStrings);
103103
}
104104

105-
if (isSingleFileOutput)
105+
if (!isSingleFileOutput)
106106
{
107107
if (localizableStrings.Values.Any())
108108
{

0 commit comments

Comments
 (0)