From 38342cc15cc989c906c9c55bda98cd0d9a991019 Mon Sep 17 00:00:00 2001 From: jpk68 Date: Fri, 17 Jul 2026 22:04:42 -0400 Subject: [PATCH] utils/health: fix typo in script --- utils/health/clang-include-what-you-use-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/health/clang-include-what-you-use-run.sh b/utils/health/clang-include-what-you-use-run.sh index d72e7a773..dcaee063b 100755 --- a/utils/health/clang-include-what-you-use-run.sh +++ b/utils/health/clang-include-what-you-use-run.sh @@ -70,6 +70,6 @@ tar -cJvf "$RESULT.txz" "$RESULT" # Zip the result, because it's huge. rm -v "$RESULT" echo "" -echo "Readable result stored in: $DIR_BUILD/$RESULT.gz" +echo "Readable result stored in: $DIR_BUILD/$RESULT.txz" echo "$KPI" > "kpis.txt"