Skip to content

Commit

Permalink
Fix typo ... didn't had my coffee yet ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-box authored and karolz-ms committed Jan 17, 2018
1 parent 8d9f1db commit 775d07f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ namespace Microsoft.Diagnostics.EventFlow.ServiceFabric
{
public static class ServiceFabricDiagnosticPipelineFactory
{
// The "name" capture group will math any combinatione of one or more "words" '\w',
// and separators as dot '.', underscore '_' (captured by \w). dash '-', colon ':', slash '/', and hash '#'
// The "<name>" capture group will match any combination of, one or more, words '\w'
// and separators as: dot '.', underscore '_' (captured by \w), dash '\-', colon ':', slash '/', and hash '#'.
public static readonly string FabricConfigurationValueReference = @"servicefabric:/(?<section>\w+)/(?<name>[\w.\-:/#]+)";
public static readonly string FabricConfigurationFileReference = @"servicefabricfile:/(?<filename>.+)";
public const string DefaultConfigurationFileName = "eventFlowConfig.json";
Expand Down

0 comments on commit 775d07f

Please sign in to comment.