Archived
1
0
Fork 0

Nooooooooooooooooo

This commit is contained in:
Mercier Pierre-Olivier 2013-09-12 13:44:06 +02:00
parent 1ad8d17e73
commit 8fdb420f85
2 changed files with 2 additions and 2 deletions

View file

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