From f06ca5d506bc17f074584918f4230ee00d72609f Mon Sep 17 00:00:00 2001 From: Xingyu Chen Date: Fri, 13 Mar 2026 17:19:20 -0400 Subject: [PATCH] fix typo --- ci_cd/problem2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_cd/problem2.yml b/ci_cd/problem2.yml index 62d4ca9..6602b0b 100644 --- a/ci_cd/problem2.yml +++ b/ci_cd/problem2.yml @@ -3,7 +3,7 @@ prebuild_problem_2: script: - | # Check if source files exist - if [ ! -f "impl/MyBloom.h" ]; then + if [ ! -f "include/MyBloom.h" ]; then echo "MyBloom.h does not exist under include directory"; exit 1; fi -- GitLab