From 79d73e074b8c8ab9933d5cf2b199470f8f39cfc4 Mon Sep 17 00:00:00 2001 From: Arlind Date: Tue, 17 Jun 2025 17:14:46 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5aa0812..b98909a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -100,8 +100,8 @@ jobs: printf "%s| %s%s%sProfileSkins\n" \ "$padded_rank" "$username" "$pp_rank" "$pp_country_rank" "$osu_id" "$html_url" >> "$user_rows_file" timestamp=$(date +%s) - printf "%s| \n" \ - "$padded_rank" "$html_url" "$osu_id" "$timestamp" >> "$avatar_rows_file" + printf "%s| \n" \ + "$padded_rank" "$html_url" "$osu_id" "$timestamp" >> "$avatar_rows_file" total_valid_entries=$((total_valid_entries + 1)) fi fi