We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43159e commit b906e55Copy full SHA for b906e55
1 file changed
cpp-driver/test/ccm_bridge/src/bridge.cpp
@@ -1690,7 +1690,6 @@ std::string CCM::Bridge::read_libssh2_terminal() {
1690
std::string CCM::Bridge::execute_ccm_command(const std::vector<std::string>& command) {
1691
// Create the CCM command
1692
std::vector<std::string> ccm_command;
1693
- ccm_command.push_back("wsl");
1694
ccm_command.push_back("ccm");
1695
ccm_command.insert(ccm_command.end(), command.begin(), command.end());
1696
LOG(implode(ccm_command));
0 commit comments