From 4c4eb262b1fb047f32a0f4ad5688ff9da1804137 Mon Sep 17 00:00:00 2001 From: adripo <26493496+adripo@users.noreply.github.com> Date: Sun, 6 Mar 2022 02:36:42 +0100 Subject: [PATCH] fix: typo --- checkrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkrun.sh b/checkrun.sh index f63f1a5..cc63475 100755 --- a/checkrun.sh +++ b/checkrun.sh @@ -3,7 +3,7 @@ # clear preexisting variables not set by job unset MOUNT_OPTIONS TEST_AREA LINT_ARCH SHELLCHECK_OPTIONS -# clear preexising checkstyle files +# clear preexisting checkstyle files [[ -f "${WORKSPACE}"/shellcheck-result.xml ]] && rm "${WORKSPACE}"/shellcheck-result.xml # check for common locations and exit if not found