Archived
1
0

Save butler.xml in right place

This commit is contained in:
Mercier Pierre-Olivier 2013-09-12 13:40:30 +02:00
parent 51e366b156
commit 1ad8d17e73

View File

@ -64,7 +64,7 @@ sub update_project
return $_ if (! create_tree($year, $project_id));
open my $out, ">", "$year/$project_id/butler.xml";
open my $out, ">", "$basedir/$year/$project_id/butler.xml";
print $out $butler;
close $out;