repair target string
This commit is contained in:
@@ -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() )
|
||||||
|
|||||||
Reference in New Issue
Block a user