Skip to content

Commit

Permalink
fixed up file name
Browse files Browse the repository at this point in the history
  • Loading branch information
aarsilv committed Apr 5, 2024
1 parent 8dda69c commit d2f2b34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ test-data:
mkdir -p $(tempDir)
git clone -b ${branchName} --depth 1 --single-branch ${githubRepoLink} ${gitDataDir}
cp ${gitDataDir}/rac-experiments-v3.json ${testDataDir}
cp ${gitDataDir}/rac-experiments-v3-obfuscated.json ${testDataDir}
cp ${gitDataDir}/rac-experiments-v3-hashed-keys.json ${testDataDir}
cp -r ${gitDataDir}/assignment-v2 ${testDataDir}
cp -r ${gitDataDir}/assignment-v2-holdouts/. ${testDataDir}/assignment-v2
rm -rf ${tempDir}

## test
Expand Down

0 comments on commit d2f2b34

Please sign in to comment.