fix: minify converter correctly

This commit is contained in:
ibo
2024-06-24 23:48:33 +02:00
committed by GitHub
parent 7353c1057f
commit 117a23ccd1

View File

@@ -134,7 +134,7 @@ jobs:
contributor_colors["aayush262"]="#5d689d"
contributor_colors["Sadwhy"]="#ff7e95"
contributor_colors["rebelonion"]="#d4e5ed"
hex_to_decimal() {printf '%d' "0x${1#"#"}"}
hex_to_decimal() { printf '%d' "0x${1#"#"}"; }
# Count recent commits and create an associative array
declare -A recent_commit_counts