From de2727d93be822ea18f69ed83922e09952ef147a Mon Sep 17 00:00:00 2001
From: Chevdor <chevdor@users.noreply.github.com>
Date: Wed, 1 Jun 2022 22:49:12 +0200
Subject: [PATCH] Fix problematic char (#1323)

---
 cumulus/scripts/ci/changelog/templates/runtime.md.tera | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cumulus/scripts/ci/changelog/templates/runtime.md.tera b/cumulus/scripts/ci/changelog/templates/runtime.md.tera
index 782d782bbe6..2027ca78c1e 100644
--- a/cumulus/scripts/ci/changelog/templates/runtime.md.tera
+++ b/cumulus/scripts/ci/changelog/templates/runtime.md.tera
@@ -22,7 +22,7 @@
 🔥 Core Version:		{{ runtime.data.runtimes.compressed.subwasm.core_version }}
 🗜 Compressed:			{{ compressed }}: {{ comp_ratio | round(method="ceil", precision=2) }}%
 🎁 Metadata version:		V{{ runtime.data.runtimes.compressed.subwasm.metadata_version }}
-#️⃣ Blake2-256 hash:		{{ runtime.data.runtimes.compressed.subwasm.blake2_256 }}
+🗳️ Blake2-256 hash:		{{ runtime.data.runtimes.compressed.subwasm.blake2_256 }}
 📦 IPFS:			{{ runtime.data.runtimes.compressed.subwasm.ipfs_hash }}
 ```
 {%- endmacro runtime %}
-- 
GitLab