Skip to content

Commit ce8ec7a

Browse files
Fix the settings namespace
1 parent c0b1ecc commit ce8ec7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControlInstaller.Engine/Configuration/ServiceControl/AuditInstanceSettingsList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static class AuditInstanceSettingsList
3838

3939
public static readonly SettingInfo ShutdownTimeout = new()
4040
{
41-
Name = "ServiceControl/ShutdownTimeout",
41+
Name = "ServiceControl.Audit/ShutdownTimeout",
4242
SupportedFrom = new SemanticVersion(6, 4, 1)
4343
};
4444
}

0 commit comments

Comments
 (0)