From 117a23ccd13b7986c5a10f7c44642662cfaa1798 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:48:33 +0200 Subject: [PATCH] fix: minify converter correctly --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 316d0cdd..313a0be5 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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