mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 14:54:21 +01:00
Removed command strip
This commit is contained in:
@@ -184,7 +184,7 @@ class InputHelper(object):
|
||||
commands.add(arguments.command)
|
||||
else:
|
||||
for command in arguments.command_list:
|
||||
commands.add(command.strip())
|
||||
commands.add(command)
|
||||
|
||||
final_commands = InputHelper._replace_variable_for_commands(commands, "_target_", targets)
|
||||
final_commands = InputHelper._replace_variable_for_commands(final_commands, "_host_", targets)
|
||||
|
||||
Reference in New Issue
Block a user