Skip to content

Commit d54ede5

Browse files
author
Murilo Marinho
committed
[template] Try adding b1z1 template to website.
1 parent f53d243 commit d54ede5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scripts/pre_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ git clone "$1" -b "$2" --single-branch --depth=1
1414
cd "$FOLDER_NAME"
1515

1616
FILE_NAME="${FOLDER_NAME}"_README.md
17-
mv README.md FILE_NAME
17+
mv README.md "$FILE_NAME"
1818
# Add author info if needed
1919
if [[ $3 ]]; then
20-
sed -i "$(printf "---\n author: ${3}\n ---")" FILE_NAME
20+
sed -i "$(printf "---\n author: ${3}\n ---")" "$FILE_NAME"
2121
fi
2222

2323
cd ..

0 commit comments

Comments
 (0)