Skip to content

Commit a40f665

Browse files
committed
Add initial / to test source file path
1 parent 1205c9a commit a40f665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/collect_results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function get_source_file () {
3535
fi
3636
done
3737
done < <(grep -rl "class $class" "$file_path")
38-
file_path="$common_root"
38+
file_path="/$common_root"
3939
fi
4040
}
4141

0 commit comments

Comments
 (0)