We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53d243 commit d54ede5Copy full SHA for d54ede5
docs/scripts/pre_build.sh
@@ -14,10 +14,10 @@ git clone "$1" -b "$2" --single-branch --depth=1
14
cd "$FOLDER_NAME"
15
16
FILE_NAME="${FOLDER_NAME}"_README.md
17
-mv README.md FILE_NAME
+mv README.md "$FILE_NAME"
18
# Add author info if needed
19
if [[ $3 ]]; then
20
- sed -i "$(printf "---\n author: ${3}\n ---")" FILE_NAME
+ sed -i "$(printf "---\n author: ${3}\n ---")" "$FILE_NAME"
21
fi
22
23
cd ..
0 commit comments