Skip to content

Commit c7601e8

Browse files
AlexanderSchultheissibbem
authored andcommitted
Minor refactoring
1 parent 22e23aa commit c7601e8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docker/execute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "$1" == 'replication' ] || [ "$1" == 'validation' ]; then
1515
java -jar DiffDetectiveRunner.jar docs/datasets.md
1616
elif [ "$1" == 'validation' ]; then
1717
echo "Running a short validation."
18-
java -jar DiffDetectiveRunner.jar docs/validation.md
18+
java -jar DiffDetectiveRunner.jar docs/validation/datasets.md
1919
fi
2020
echo "Starting evaluation."
2121
cp -r results/* ../results/
File renamed without changes.

0 commit comments

Comments
 (0)