diff --git a/.ci/lib.sh b/.ci/lib.sh index c5c8582f46..9bca52e6e0 100644 --- a/.ci/lib.sh +++ b/.ci/lib.sh @@ -21,5 +21,5 @@ clone_tests_repo() run_static_checks() { clone_tests_repo - bash "$tests_repo_dir/.ci/static-checks.sh" + bash "$tests_repo_dir/.ci/static-checks.sh" "github.com/kata-containers/documentation" }