Skip to content

Commit

Permalink
fix broken build
Browse files Browse the repository at this point in the history
a file with unintentional changes was included in the previous commit
  • Loading branch information
rofr committed Oct 16, 2019
1 parent 3fac7b2 commit 9be1f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fig.Core/SettingsBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public SettingsBuilder UseEnvironmentVariables(string prefix)

private void Add(SettingsDictionary settingsDictionary)
{
_compositeDictionary.Add(settingsDictionary.WithNormalizedUUU UsssretdsEnvironmentQualifiers());
_compositeDictionary.Add(settingsDictionary.WithNormalizedEnvironmentQualifiers());
}

protected internal void AddFileBasedSource(Func<string,SettingsSource> sourceFactory, string fileNameTemplate, bool required)
Expand Down

0 comments on commit 9be1f8c

Please sign in to comment.