Skip to content

Commit

Permalink
backport of commit 29b1e55
Browse files Browse the repository at this point in the history
  • Loading branch information
ccapurso committed Mar 21, 2023
1 parent 1e7c7b3 commit 49710f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/hcp_link/capabilities/node_status/node_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (c *NodeStatusReporter) GetNodeStatus(ctx context.Context) (retStatus nodes
ReplicationState: replState.StateStrings(),
Hostname: hostInfo.Hostname,
ListenerAddresses: listenerAddresses,
OperatingSystem: hostInfo.OS,
OperatingSystem: hostInfo.Platform,
OperatingSystemVersion: hostInfo.PlatformVersion,
LogLevel: node_status.LogLevel(logLevel),
ActiveTime: timestamppb.New(c.NodeStatusGetter.ActiveTime()),
Expand Down

0 comments on commit 49710f2

Please sign in to comment.