Skip to content

Commit 5728b33

Browse files
author
Joel Mitchell
committed
Fixed bug with settings namespace
1 parent 41eff63 commit 5728b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cofoundry.Plugins.Azure/AzureDependencyRegistration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void Register(IContainerRegister container)
4141
/// </remarks>
4242
public static bool AutoRegisterServices()
4343
{
44-
return ConfigurationHelper.GetSettingAsBool("Cofoundry:Plugin:Azure:AutoRegisterServices", true);
44+
return ConfigurationHelper.GetSettingAsBool("Cofoundry:Plugins:Azure:AutoRegisterServices", true);
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)