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"