Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
fixed engine mode for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bloomberg committed Oct 13, 2016
1 parent 053f0fb commit d215d19
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 @@ -17,7 +17,7 @@ int execute(bool testing, bool tool, const std::string& toolName, const std::vec
}
else if (tool)
{
wake::setEngineMode(wake::EngineMode::Testing);
wake::setEngineMode(wake::EngineMode::Tool);
}
else
{
Expand Down

0 comments on commit d215d19

Please sign in to comment.