Commit abc0ac48 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Merge branch 'minorfix' into 'master'

fix typo

See merge request !2
parents a90e5204 f06ca5d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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