Skip to content

Commit d483392

Browse files
committed
Fix typo
1 parent d873a70 commit d483392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-report/fetch_stats_from_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ while read -r run; do
8282
# test-go (ubuntu-latest) Print test stats 2023-04-11T03:02:19.3444048Z },
8383
# ...
8484
gh run view --job "${job_database_id}" --log >"${job_log}" || {
85-
# Sometimes gh failes to extract ZIP, etc. :'(
85+
# Sometimes gh fails to extract ZIP, etc. :'(
8686
rm -f "${job_log}"
8787
echo "Failed to fetch log for: ${job_name} (${job_database_id}, ${job_url}), skipping..."
8888
continue

0 commit comments

Comments
 (0)