Skip to content

Commit 0e25a1f

Browse files
committed
Added review comment fix.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent c27aea0 commit 0e25a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/in_gpu_metrics/gpu_metrics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ static struct flb_config_map config_map[] = {
192192
{
193193
FLB_CONFIG_MAP_STR, "path_sysfs", "/sys",
194194
0, FLB_TRUE, offsetof(struct in_gpu_metrics, path_sysfs),
195-
"sysfs mount point"
195+
"sysfs mount point."
196196
},
197197
{
198198
FLB_CONFIG_MAP_TIME, "scrape_interval", "5",

0 commit comments

Comments
 (0)