Skip to content

Commit

Permalink
Clarify totals.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Sep 27, 2024
1 parent 8c00158 commit 5cd2b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/modules/get_report
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ do
OUTPUT="${OUTPUT}* Sync Status: ${SYNC_STATUS}\n"
done

OUTPUT="${OUTPUT}## Total Downloads Today ($(date +%m/%d/%Y)):\n"
OUTPUT="${OUTPUT}## Total Unique Download Requests ($(date +%m/%d/%Y))\n"
TOTAL_METADATA=$(total_count "latest_rel.releasemeta")
OUTPUT="${OUTPUT}* Platform Metadata: ${TOTAL_METADATA}\n"
TOTAL_ISOS=$(total_count "steamfork.*iso")
Expand Down

0 comments on commit 5cd2b8c

Please sign in to comment.