From b06d185a8544fd5fef50d7777908277a9f370a8c Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Tue, 2 Aug 2022 22:25:26 +0200 Subject: [PATCH] fix(build): typo in path --- build_tools/static_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/static_build.sh b/build_tools/static_build.sh index ad62e26..e033879 100755 --- a/build_tools/static_build.sh +++ b/build_tools/static_build.sh @@ -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