Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
tburgin committed May 6, 2024
1 parent 11e39db commit 8862598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/common/SNTBlockMessage.m
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ + (NSDictionary *)eventDetailTemplateMappingForEvent:(SNTStoredEvent *)event {
@"%machine_id%" : ValueOrNull(config.machineID),
@"%hostname%" : ValueOrNull([SNTSystemInfo longHostname]),
@"%uuid%" : ValueOrNull([SNTSystemInfo hardwareUUID]),
@"%serial%" : ([SNTSystemInfo serialNumber]),
@"%serial%" : ValueOrNull([SNTSystemInfo serialNumber]),
};
}

Expand Down

0 comments on commit 8862598

Please sign in to comment.