From 37098ccd063c316c4acf549b0589e07c0ad2c978 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Fri, 13 Dec 2024 16:05:16 -0600 Subject: [PATCH] Squashed 'vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/' changes from d8eb0ee..0ce7627 0ce7627 second run of json support... git-subtree-dir: vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline git-subtree-split: 0ce7627edbc31bfa3c943db44d9520bdc6649832 --- build/build-pipeline-server-json.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build-pipeline-server-json.sh b/build/build-pipeline-server-json.sh index ffe163e..90b4a81 100644 --- a/build/build-pipeline-server-json.sh +++ b/build/build-pipeline-server-json.sh @@ -277,7 +277,7 @@ add_languages_section() "fluency": "$fluency" }, EOF - done < $JSON_TEMPLATE_DIRECTORY\languages.csv + done < $JSON_TEMPLATE_DIRECTORY/languages.csv # Remove trailing comma and close JSON array sed -i '$ s/},/}/' $BUILD_OUTPUT_DIR/resume.json @@ -323,7 +323,7 @@ main() add_profiles_section add_work_section add_volunteer_section - add_education-section + add_education_section add_awards_section add_certificates_section add_publications_section