Skip to content

Commit

Permalink
fix the bug in main
Browse files Browse the repository at this point in the history
  • Loading branch information
shifu chen authored and shifu chen committed Oct 30, 2018
1 parent 42fa50d commit a00de3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int main(int argc, char* argv[]){

// reporting
opt.jsonFile = cmd.get<string>("json");
opt.htmlFile = cmd.get<string>("html");
//opt.htmlFile = cmd.get<string>("html");

opt.validate();

Expand Down

0 comments on commit a00de3b

Please sign in to comment.