Skip to content

Commit 9945cb0

Browse files
Fixed adapter connection string assignment
1 parent c851417 commit 9945cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Applications/openHistorian/openHistorian/ServiceHost.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ private void SetupGrafanaHostingAdapter()
10411041

10421042
// Define default adapter connection string if none is defined
10431043
if (string.IsNullOrWhiteSpace(actionAdapter.ConnectionString))
1044-
actionAdapter.ConnectionString = actionAdapter.ConnectionString =
1044+
actionAdapter.ConnectionString =
10451045
$"FileName={DefaultGrafanaServerPath}; " +
10461046
"WorkingDirectory=Grafana; " +
10471047
"ForceKillOnDispose=True; " +

0 commit comments

Comments
 (0)