We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5546a commit 9d9ab7bCopy full SHA for 9d9ab7b
scripts/georgia-hashing/hash-uploaded-files
@@ -2,8 +2,8 @@
2
3
set -euo pipefail
4
5
-AUDIT_ID="f6fc3948-5c16-4a1f-95b6-c397c9e6e89a"
6
-ZIP_FILE_NAME="ga-2024-05-files"
+AUDIT_ID="bf92eaaa-7d22-4e0a-9b7a-c0151e6b083c"
+ZIP_FILE_NAME="ga-2024-11-files"
7
8
if [[ -z "${DATABASE_URL:-}" ]]; then
9
echo "Usage: DATABASE_URL=<database-url> hash-uploaded-files"
0 commit comments