From b0ab0541737ff50df4e4996b7faefb63fc7d66f2 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello <66272872+aromanielloNTIA@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:10:43 -0500 Subject: [PATCH] Remove word --- scos_actions/actions/acquire_sea_data_product.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scos_actions/actions/acquire_sea_data_product.py b/scos_actions/actions/acquire_sea_data_product.py index 6550a300..29861cf8 100644 --- a/scos_actions/actions/acquire_sea_data_product.py +++ b/scos_actions/actions/acquire_sea_data_product.py @@ -712,7 +712,7 @@ def capture_diagnostics( Various CPU metrics make assumptions about the system: only Intel CPUs are supported. - Disk health check assumes collects SMART diagnostics on the + Disk health check collects SMART diagnostics on the SSD specified by the `SSD_DEVICE` environment variable. This requires the Docker container to have the required privileges or capabilities and device passthrough. For more information,