From 1726d9d0a26a016d0840745fba2db9c57bcee946 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Fri, 19 Sep 2025 14:46:52 +0200 Subject: [PATCH] [web] fix footer for storybook index.html (#28600) GitOrigin-RevId: 462e11a54619998f5ece336f8dfa5b0109608d81 --- services/web/.storybook/index.html.m4 | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/.storybook/index.html.m4 b/services/web/.storybook/index.html.m4 index b7845c3a41..463570ce1a 100644 --- a/services/web/.storybook/index.html.m4 +++ b/services/web/.storybook/index.html.m4 @@ -72,7 +72,7 @@ divert`'dnl Last updated on syscmd(date)dnl for ifdef(`BRANCH_NAME',BRANCH_NAME,unknown branch) - (build history). + (build history). diff --git a/services/web/Makefile b/services/web/Makefile index ad606ebc65..9a9ea79d38 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -615,7 +615,7 @@ storybook_index: | grep -v -e index.html \ | sort \ | tr '\n' ,)" \ - -DBRANCH_NAME="$BRANCH_NAME" .storybook/index.html.m4 \ + -DBRANCH_NAME="${BRANCH_NAME}" .storybook/index.html.m4 \ > data/storybook/index.html MODULE_TARGETS = \