We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e858b1 + 2da62ad commit f7f8d79Copy full SHA for f7f8d79
src/ServicePulse.Host/Hosting/HostArguments.cs
@@ -57,7 +57,7 @@ public HostArguments(string[] args)
57
@"Extract files to be installed in a Web Server."
58
, s =>
59
{
60
- commands = new List<Type> { typeof(ExtractAndUpdateConstantsCommand), typeof(ExtractCommand) };
+ commands = new List<Type> { typeof(ExtractCommand), typeof(ExtractAndUpdateConstantsCommand) };
61
executionMode = ExecutionMode.Extract;
62
}
63
},
0 commit comments