Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 26, 2024
1 parent 60f0ba3 commit 4ccbe1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ replace() {

# Function 'generate_report' creates the markdown report to reply to the issue.
generate_report() {
replace TITLE "${title//[\/&]/\\&}" # Escape slashes and '&'
replace URL "${URL//[\/]/\\&}" # Escape slashes
replace TITLE "${title//[\/&]/\\\&}" # Escape slashes and '&'
replace URL "${URL//[\/]/\\\&}" # Escape slashes
replace RAW_COUNT "$raw_count"
replace COMPRESSED_COUNT "$compressed_count"
replace COMPRESSION_PERCENTAGE "$compression_percentage"
Expand Down

0 comments on commit 4ccbe1b

Please sign in to comment.