Skip to content

Commit 7aafb21

Browse files
Typo
1 parent 574892e commit 7aafb21

File tree

1 file changed

+1
-1
lines changed
  • src/Certify.Server/Certify.Server.HubService

1 file changed

+1
-1
lines changed

src/Certify.Server/Certify.Server.HubService/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
// allow settings to be loaded from the app data path, that way settings are preserved between re-installs, copy a default config so service starts on localhost:8080
4444
var settingsPath = EnvironmentUtil.EnsuredAppDataPath();
45-
var hubSettings = Path.Combine(settingsPath, "hub-service.json");
45+
var hubSettings = Path.Combine(settingsPath, "hubservice.json");
4646
var defaultHubSettings = Path.Combine(cwd, "default-settings.json");
4747

4848
#if !DEBUG

0 commit comments

Comments
 (0)