Skip to content

Commit 6d90d79

Browse files
committed
double quotes
1 parent 18413a9 commit 6d90d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
# Install PlantUML
1010
pre_install:
1111
- curl -o ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml.jar -L https://github.com/plantuml/plantuml/releases/latest/download/plantuml.jar
12-
- bash -c 'echo -e "#!/bin/bash\nexec java -Djava.awt.headless=true -jar ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml.jar \"\$@\"" > ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml'
12+
- bash -c "echo -e '#!/bin/bash\nexec java -Djava.awt.headless=true -jar ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml.jar \"\$@\"' > ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml"
1313
- chmod +x ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml
1414

1515
sphinx:

0 commit comments

Comments
 (0)