fix(script): typo

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Stavros Kois
2023-12-31 17:22:34 +02:00
committed by GitHub
parent 59086ae85a
commit 56ae722ec7
+1 -1
View File
@@ -241,7 +241,7 @@ jobs:
filename=$(basename "${file}")
echo "Found doc file: ${file}"
test_title=$(head -n 1 "${file}" | sed 's/# //')
if [-n ${test_title} ]; then
if [ -n ${test_title} ]; then
echo "Doc title should use front matter and not # for title, for example"
echo "---"
echo "title: ${test_title}"