Archived
1
0

Process: change root tag name to process

This commit is contained in:
Mercier Pierre-Olivier 2013-10-12 02:44:41 +02:00
parent 3347f08011
commit b3acb0ba54

View File

@ -154,7 +154,7 @@ sub build_task_xml($;$)
my $files = shift;
my $doc = XML::LibXML::Document->new('1.0');
my $root = $doc->createElement("sync_ssh_keys");
my $root = $doc->createElement("process");
$doc->setDocumentElement( $root );
log TRACE, $params;