Skip to content

Commit ed6571e

Browse files
test(evals): fix full-suite eval staging
1 parent 2f791d8 commit ed6571e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_eval_suite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ if [[ "${#scenarios[@]}" -eq 0 ]]; then
154154
for scenario in "$source_path"/*; do
155155
if [[ -d "$scenario" ]]; then
156156
found=true
157-
cp -a "$scenario" "$tmp_repo/evals/"
157+
cp -a "$scenario" "$staged_evals/"
158158
fi
159159
done
160160
if [[ "$found" == false ]]; then

0 commit comments

Comments
 (0)