This commit is contained in:
Tan Chee Keong
2023-10-18 20:01:53 +08:00
parent 7b6684cd81
commit e24b956c7f

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.