From a6fc5ea2f07d75a5a86aca36f302f4315ab0aa93 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 6 Aug 2020 13:55:44 -0500 Subject: [PATCH] typo --- .automation/clean-code-base-for-tests.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.automation/clean-code-base-for-tests.sh b/.automation/clean-code-base-for-tests.sh index c90bc15e..f92e617a 100755 --- a/.automation/clean-code-base-for-tests.sh +++ b/.automation/clean-code-base-for-tests.sh @@ -9,7 +9,11 @@ ########### GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace TEST_FOLDER='.automation/test' -CLEAN_FOLDER'.automation/automation' +CLEAN_FOLDER='.automation/automation' + +############################ +# Source additonal scripts # +############################ # shellcheck source=/dev/null source "${GITHUB_WORKSPACE}/lib/log.sh" # Source the function script(s)