repair target string

master
Master 2020-06-20 23:07:14 -04:00
parent e49cc335f3
commit 137c82ebaa
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ void Task::execute( Conf * configuration )
// END PREWORK
// get the target execution command
std::string target_command = configuration->get_execution_context() + + "/" this->definition.get_target();
std::string target_command = configuration->get_execution_context() + + "/" + this->definition.get_target();
// check if context override
if ( configuration->has_context_override() )