Skip to content

Commit

Permalink
add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsdev0 committed Jul 6, 2024
1 parent 0a21491 commit d512b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ writeHttpResponse() {
if [[ "$REQUEST_PATH" == *".css" ]]; then
header Content-Type "text/css"
else
header Content-Type "$(file -b --mime-type $FILE_PATH)"
header Content-Type "$(file -b --mime-type "$FILE_PATH")"
fi
end_headers
cat "$FILE_PATH"
Expand Down

0 comments on commit d512b56

Please sign in to comment.