From 0b1388c39f0eab8393c7c4ba871dede6bef18693 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 11 Apr 2022 13:57:25 -0500 Subject: [PATCH] fix: report seven character prefix of release hash (#3804) --- ietf/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 421fd1fdf..6fbc669af 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -127,7 +127,7 @@ {% else %} Version {{ version_num }}{% if patch %}{{patch}}{% endif %} {% endif %} - {% if branch %}({{ branch }} - {{ git_hash|slice:":8" }}){% endif %} + {% if branch %}({{ branch }} - {{ git_hash|slice:":7" }}){% endif %} {% endif %} Report a bug: