From dd12e37d586cf6f268e9a9aba31046b875477a71 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Tue, 3 Dec 2024 04:11:22 -0500 Subject: [PATCH] more reviewer feedback --- common/WorkHistory.csv | 2 +- non-cv/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/WorkHistory.csv b/common/WorkHistory.csv index 131067a..5dc06cf 100644 --- a/common/WorkHistory.csv +++ b/common/WorkHistory.csv @@ -1,7 +1,7 @@ CDK Global, Senior System Engineer, July 2024 - October 2024 Apple Computer, Senior System Administrator, March 2024 - July 2024 SHEIN.com, Staff Site Reliability Engineer, December 2022 - August 2023 -3M, Senior Site Reliability Engineer , March 2020 November 2022 +3M, Senior Site Reliability Engineer , March 2020 - November 2022 TippingPoint, Staff System/Network Architect, March 2012 - June 2019 HostGator.com, Automation and Escalation Engineer, March 2011 - May 2012 RippleTV, Systems Engineer, October 2008 - Jaunary 2010 diff --git a/non-cv/build.sh b/non-cv/build.sh index 8072c6e..c1f2083 100644 --- a/non-cv/build.sh +++ b/non-cv/build.sh @@ -43,7 +43,7 @@ echo "## Skills" >> "$IntermediateOutputFile" #Table heading -echo "|Skill|Experience|Skil Details|" >> $IntermediateOutputFile +echo "|Skill|Experience|Skill Details|" >> $IntermediateOutputFile echo "|---|---|---|" >> $IntermediateOutputFile #Table rows IFS=$'\n\t'