From 3b28cda0dbc59a5b71d0eaf1428f837491d50818 Mon Sep 17 00:00:00 2001 From: Napsty Date: Fri, 15 Mar 2024 06:55:33 +0100 Subject: [PATCH] Minor modification in changelog for release date --- check_smart.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_smart.pl b/check_smart.pl index 8d1e8e3..a50abcc 100755 --- a/check_smart.pl +++ b/check_smart.pl @@ -60,7 +60,7 @@ # Apr 29, 2023: Claudio Kuenzler - Add default check on Load Cycle Count (ignore using --skip-load-cycles) (6.14.0) # Sep 20, 2023: Yannick Martin - Fix default Percent_Lifetime_Remain threshold handling when -w is given (6.14.1) # Sep 20, 2023: Claudio Kuenzler - Fix debug output for raw check list, fix --hide-serial in debug output (6.14.1) -# Mar 6, 2024: Yannick Martin - Fix nvme attribute check-list when auto interface is given and device is nvme (6.14.2) +# Mar 15, 2024: Yannick Martin - Fix nvme check when auto interface is given and device is nvme (6.14.2) use strict; use Getopt::Long;