Skip to content

Commit

Permalink
Set random-shamir.x default --prep-dir to PREP_DIR
Browse files Browse the repository at this point in the history
Fixes data61#29.
  • Loading branch information
sbellem committed Apr 10, 2022
1 parent 073a2a8 commit 730c48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/random-shamir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int main(int argc, const char** argv)
);

opt.add(
"Player-Data", // Default.
PREP_DIR, // Default.
0, // Required?
1, // Number of args expected.
0, // Delimiter if expecting multiple args.
Expand Down

0 comments on commit 730c48a

Please sign in to comment.