Skip to content

Commit

Permalink
Add space before sidebar help message
Browse files Browse the repository at this point in the history
  • Loading branch information
errose28 committed May 20, 2024
1 parent d05ed1f commit 42ae33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/sidebar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 42ae33b

Please sign in to comment.