Fix period with \.

This commit is contained in:
Tan Chee Keong
2023-10-18 19:45:12 +08:00
parent 387777dd5f
commit c3d84db692
8 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ write_to_file() {
printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file"
# remove .exe when using Windows
sed -i -e 's/".exe"//g' "$file"
sed -i -e 's/\.exe//g' "$file"
}
# Check if a lighthouse binary exists in the current branch.