fix(build): typo in path

This commit is contained in:
Matthieu Bessat 2022-08-02 22:25:26 +02:00
parent a189fd1f3b
commit b06d185a85

View file

@ -31,7 +31,7 @@ for locale in "${locales[@]}"; do
if [ -d ./.latex_cache ] && [ -e ./.latex_cache/resume_$locale.pdf ]
then
echo "using latex cache"
cp .latex-cache/resume_$locale.pdf $p/$resumePath.pdf
cp .latex_cache/resume_$locale.pdf $p/$resumePath.pdf
else
echo "failed to find cache"
compile_latex $locale $resumePath