diff options
Diffstat (limited to 'src/wixcop/CommandLine/WixCopCommandLineParser.cs')
-rw-r--r-- | src/wixcop/CommandLine/WixCopCommandLineParser.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixcop/CommandLine/WixCopCommandLineParser.cs b/src/wixcop/CommandLine/WixCopCommandLineParser.cs index 3d34a649..f06decee 100644 --- a/src/wixcop/CommandLine/WixCopCommandLineParser.cs +++ b/src/wixcop/CommandLine/WixCopCommandLineParser.cs | |||
@@ -49,6 +49,7 @@ namespace WixToolset.Tools.WixCop.CommandLine | |||
49 | 49 | ||
50 | return new ConvertCommand( | 50 | return new ConvertCommand( |
51 | this.serviceProvider, | 51 | this.serviceProvider, |
52 | this.showLogo, | ||
52 | this.fixErrors, | 53 | this.fixErrors, |
53 | this.indentationAmount, | 54 | this.indentationAmount, |
54 | this.searchPatterns, | 55 | this.searchPatterns, |