Skip to content

Commit 10b8153

Browse files
calculate-metrics: remove Python output file
1 parent a1d7f4c commit 10b8153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/calculate-metrics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ for folder in $folders; do
101101
printf -- '-%.0s' {1..100}; echo
102102
done
103103

104-
rm -f "./set-alias-page.txt"
104+
rm -f "./set-alias-page.txt" "./set-more-info-link.txt"
105105

106106
merge_files_and_calculate_total() {
107107
local files_pattern="$1"

0 commit comments

Comments
 (0)