Skip to content

Commit d512b56

Browse files
committed
add missing quotes
1 parent 0a21491 commit d512b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ writeHttpResponse() {
393393
if [[ "$REQUEST_PATH" == *".css" ]]; then
394394
header Content-Type "text/css"
395395
else
396-
header Content-Type "$(file -b --mime-type $FILE_PATH)"
396+
header Content-Type "$(file -b --mime-type "$FILE_PATH")"
397397
fi
398398
end_headers
399399
cat "$FILE_PATH"

0 commit comments

Comments
 (0)