Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
get rid of shell spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Zhao authored and neenjaw committed Mar 31, 2021
1 parent 95a8067 commit e5ddec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ function main {
in_file_type="${in_file_basename##*.}"

if [[ -z "${RENDER_SVG}" ]]; then
out_file_type = "png"
out_file_type="png"
else
out_file_type = "svg"
out_file_type="svg"
fi

if [[ "${in_file_type}" == "mermaid" || "${in_file_type}" == "mmd" ]]; then
Expand Down

0 comments on commit e5ddec8

Please sign in to comment.