Fix args order
This commit is contained in:
parent
f511412b8e
commit
51e366b156
@ -62,7 +62,7 @@ sub update_project
|
|||||||
|
|
||||||
log INFO, "Update $year/$project_id/butler.xml";
|
log INFO, "Update $year/$project_id/butler.xml";
|
||||||
|
|
||||||
return $_ if (! create_tree($project_id, $year));
|
return $_ if (! create_tree($year, $project_id));
|
||||||
|
|
||||||
open my $out, ">", "$year/$project_id/butler.xml";
|
open my $out, ">", "$year/$project_id/butler.xml";
|
||||||
print $out $butler;
|
print $out $butler;
|
||||||
|
Reference in New Issue
Block a user