Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Sep 5, 2024
1 parent 8bfb8d7 commit 2f2c3d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verifyAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ jobs:
echo "AUDIT_IDS: $AUDIT_IDS"
# Count the number of audits found
AUDIT_COUNT=$(echo "$AUDIT_IDS" | wc -l)
# Properly count the number of audit IDs by splitting on newlines
AUDIT_COUNT=$(echo "$AUDIT_IDS" | tr ' ' '\n' | grep -c .)
echo "AUDIT_COUNT: $AUDIT_COUNT"
Expand Down
2 changes: 1 addition & 1 deletion audit/auditLog.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"1.0.1": ["audit20240814"]
},
"ContractName": {
"1.0.0": ["audit20240814", "audit20240815"]
"1.0.0": ["audit20240814"]
}
}
}

0 comments on commit 2f2c3d2

Please sign in to comment.