fix(build): typo in path
This commit is contained in:
parent
a189fd1f3b
commit
b06d185a85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue