repair target string
parent
e49cc335f3
commit
137c82ebaa
|
@ -184,7 +184,7 @@ void Task::execute( Conf * configuration )
|
||||||
// END PREWORK
|
// END PREWORK
|
||||||
|
|
||||||
// get the target execution command
|
// 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
|
// check if context override
|
||||||
if ( configuration->has_context_override() )
|
if ( configuration->has_context_override() )
|
||||||
|
|
Loading…
Reference in New Issue