We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d0a81 commit cefffbcCopy full SHA for cefffbc
1 file changed
.circleci/collect_results.sh
@@ -35,7 +35,7 @@ function get_source_file () {
35
fi
36
done
37
done < <(grep -rl "class $class" "$file_path")
38
- file_path="/$common_root"
+ file_path="$common_root"
39
40
}
41
0 commit comments