Skip to content

Commit

Permalink
Fix spelling of directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerank committed Nov 18, 2023
1 parent b837c3f commit b4a85fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test-data:
cp ${gitDataDir}rac-experiments-v3.json ${testDataDir}
cp ${gitDataDir}rac-experiments-v3-obfuscated.json ${testDataDir}
cp -r ${gitDataDir}assignment-v2 ${testDataDir}
cp -r ${gitDataDir}assignment-v2-holdout/ ${testDataDir}assignment-v2
cp -r ${gitDataDir}assignment-v2-holdouts/. ${testDataDir}assignment-v2
rm -rf ${tempDir}

## prepare
Expand Down

0 comments on commit b4a85fe

Please sign in to comment.