From 42ae33bf1601e21a4b7aac3703cb163bf316952c Mon Sep 17 00:00:00 2001 From: Ethan Rose Date: Mon, 20 May 2024 14:48:10 -0700 Subject: [PATCH] Add space before sidebar help message --- .github/scripts/sidebar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/sidebar.sh b/.github/scripts/sidebar.sh index e42d569e4..2699afcda 100755 --- a/.github/scripts/sidebar.sh +++ b/.github/scripts/sidebar.sh @@ -39,7 +39,7 @@ for child in $(find "$root"/docs/* -type d); do done if [ "$rc" != 0 ]; then - echo 'For help with documentation sidebar configuration see https://github.com/apache/ozone-site/blob/HDDS-9225-website-v2/CONTRIBUTING.md#documentation-sidebar' 1>&2 + printf '\n%s\n' 'For help with documentation sidebar configuration see https://github.com/apache/ozone-site/blob/HDDS-9225-website-v2/CONTRIBUTING.md#documentation-sidebar' 1>&2 fi exit "$rc"