fix: typo

This commit is contained in:
adripo 2022-03-06 02:36:42 +01:00 committed by GitHub
parent c87bd20a0d
commit 4c4eb262b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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