Skip to content

Commit 284e8b3

Browse files
committed
bug fix
1 parent 1c03367 commit 284e8b3

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
@@ -121,7 +121,7 @@ public static void Main(string[] args)
121121
projectProcessor.Process(projectPath, projectBasePath, localizableStrings);
122122
}
123123

124-
if (isSingleFileOutput)
124+
if (!isSingleFileOutput)
125125
{
126126
if (localizableStrings.Values.Any())
127127
{

0 commit comments

Comments
 (0)